#5185D3

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

Shades of Havelock Blue #5185D3

Tints of Havelock Blue #5185D3

Color information

#5185D3 (or 0x5185D3) is unknown color: approx Havelock Blue. HEX triplet: 51, 85 and D3. RGB value is (81,133,211). Sum of RGB (Red+Green+Blue) = 81+133+211=425 (56% of max value = 765). Red value is 81 (32.03% from 255 or 19.06% from 425); Green value is 133 (52.34% from 255 or 31.29% from 425); Blue value is 211 (82.81% from 255 or 49.65% from 425); Max value from RGB is 211 - color contains mainly: blue. Hex color #5185D3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5185D3 is #AE7A2C. Grayscale: #7D7D7D. Windows color (decimal): -11434541 or 13862225. OLE color: 13862225.

HSL color Cylindrical-coordinate representation of color #5185D3: hue angle of 216º degrees, saturation: 0.6, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5185D3 is Cyan = 0.62, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB81133211-
CMYK0.620.3700.17
HSL216º59.63%57.25%-
HSV(B)216º61.61%82.75%-
XYZ23.5423.2364.87-
YUV126.34175.7795.66-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 19.06%
GREEN value IS 133 (52.34% from 255) = 31.29%
BLUE value IS 211 (82.81% from 255) = 49.65%
R=19.06%
G=31.29%
B=49.65%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal811332110.620.3700.1721659.6357.25
Hex5185D33E25011d83c39
Octal12120532376450213307471
Binary1010001100001011101001111111010010101000111011000111100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5185D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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