#5487D2

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

Shades of Havelock Blue #5487D2

Tints of Havelock Blue #5487D2

Color information

#5487D2 (or 0x5487D2) is unknown color: approx Havelock Blue. HEX triplet: 54, 87 and D2. RGB value is (84,135,210). Sum of RGB (Red+Green+Blue) = 84+135+210=429 (56% of max value = 765). Red value is 84 (33.20% from 255 or 19.58% from 429); Green value is 135 (53.12% from 255 or 31.47% from 429); Blue value is 210 (82.42% from 255 or 48.95% from 429); Max value from RGB is 210 - color contains mainly: blue. Hex color #5487D2 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5487D2 is #AB782D. Grayscale: #7F7F7F. Windows color (decimal): -11237422 or 13797204. OLE color: 13797204.

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

Color convert

RGB84135210-
CMYK0.60.3600.18
HSL215.71º58.33%57.65%-
HSV(B)215.71º60%82.35%-
XYZ23.9523.8764.32-
YUV128.3174.196.4-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 19.58%
GREEN value IS 135 (53.12% from 255) = 31.47%
BLUE value IS 210 (82.42% from 255) = 48.95%
R=19.58%
G=31.47%
B=48.95%

CMYK

C (Cyan) values IS 0.6
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal841352100.60.3600.18215.7158.3357.65
Hex5487D23C24012d83a3a
Octal12420732274440223307272
Binary1010100100001111101001011110010010001001011011000111010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5487D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5487D2; }

 p { color: rgb(84,135,210); }

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

<style>
 a { background-color: #5487D2; }

 a { background-color: rgb(84,135,210); }

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

<style>
 span { border-color: #5487D2; }

 span { border-color: rgb(84,135,210); }

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