#5185CB

Color #5185CB Havelock Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Havelock Blue #5185CB

Tints of Havelock Blue #5185CB

Color information

#5185CB (or 0x5185CB) is unknown color: approx Havelock Blue. HEX triplet: 51, 85 and CB. RGB value is (81,133,203). Sum of RGB (Red+Green+Blue) = 81+133+203=417 (55% of max value = 765). Red value is 81 (32.03% from 255 or 19.42% from 417); Green value is 133 (52.34% from 255 or 31.89% from 417); Blue value is 203 (79.69% from 255 or 48.68% from 417); Max value from RGB is 203 - color contains mainly: blue. Hex color #5185CB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5185CB is #AE7A34. Grayscale: #7D7D7D. Windows color (decimal): -11434549 or 13337937. OLE color: 13337937.

HSL color Cylindrical-coordinate representation of color #5185CB: hue angle of 214.43º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5185CB is Cyan = 0.60, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB81133203-
CMYK0.600.3400.20
HSL214.43º53.98%55.69%-
HSV(B)214.43º60.1%79.61%-
XYZ22.5622.8459.72-
YUV125.43171.7796.31-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 81 (32.03% from 255) = 19.42%
GREEN value IS 133 (52.34% from 255) = 31.89%
BLUE value IS 203 (79.69% from 255) = 48.68%
R=19.42%
G=31.89%
B=48.68%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal811332030.600.3400.20214.4353.9855.69
Hex5185CB3C22014d63638
Octal12120531374420243266670
Binary1010001100001011100101111110010001001010011010110110110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5185CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5185CB; }

 p { color: rgb(81,133,203); }

 H1.HeaderClassName
 {
   color: #5185CB;
 }
 .AnyTagClassName
 {
   color: #5185CB;
 }
</style>
background-color css

<style>
 a { background-color: #5185CB; }

 a { background-color: rgb(81,133,203); }

 div.DivClassName
 {
   background-color: #5185CB;
 }
 .BgClassName
 {
   background-color: #5185CB;
 }
</style>
border-color css

<style>
 span { border-color: #5185CB; }

 span { border-color: rgb(81,133,203); }

 td.TdClassName
 {
   border-color: #5185CB;
 }
 .TagClassName
 {
   border-color: #5185CB;
 }
</style>