#5185D1

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

Shades of Havelock Blue #5185D1

Tints of Havelock Blue #5185D1

Color information

#5185D1 (or 0x5185D1) is unknown color: approx Havelock Blue. HEX triplet: 51, 85 and D1. RGB value is (81,133,209). Sum of RGB (Red+Green+Blue) = 81+133+209=423 (56% of max value = 765). Red value is 81 (32.03% from 255 or 19.15% from 423); Green value is 133 (52.34% from 255 or 31.44% from 423); Blue value is 209 (82.03% from 255 or 49.41% from 423); Max value from RGB is 209 - color contains mainly: blue. Hex color #5185D1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5185D1 is #AE7A2E. Grayscale: #7D7D7D. Windows color (decimal): -11434543 or 13731153. OLE color: 13731153.

HSL color Cylindrical-coordinate representation of color #5185D1: hue angle of 215.62º degrees, saturation: 0.58, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5185D1 is Cyan = 0.61, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB81133209-
CMYK0.610.3600.18
HSL215.62º58.18%56.86%-
HSV(B)215.62º61.24%81.96%-
XYZ23.2923.1363.56-
YUV126.12174.7795.82-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 19.15%
GREEN value IS 133 (52.34% from 255) = 31.44%
BLUE value IS 209 (82.03% from 255) = 49.41%
R=19.15%
G=31.44%
B=49.41%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal811332090.610.3600.18215.6258.1856.86
Hex5185D13D24012d83a39
Octal12120532175440223307271
Binary1010001100001011101000111110110010001001011011000111010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5185D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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