#5487CF

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

Shades of Havelock Blue #5487CF

Tints of Havelock Blue #5487CF

Color information

#5487CF (or 0x5487CF) is unknown color: approx Havelock Blue. HEX triplet: 54, 87 and CF. RGB value is (84,135,207). Sum of RGB (Red+Green+Blue) = 84+135+207=426 (56% of max value = 765). Red value is 84 (33.20% from 255 or 19.72% from 426); Green value is 135 (53.12% from 255 or 31.69% from 426); Blue value is 207 (81.25% from 255 or 48.59% from 426); Max value from RGB is 207 - color contains mainly: blue. Hex color #5487CF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5487CF is #AB7830. Grayscale: #7F7F7F. Windows color (decimal): -11237425 or 13600596. OLE color: 13600596.

HSL color Cylindrical-coordinate representation of color #5487CF: hue angle of 215.12º degrees, saturation: 0.56, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5487CF is Cyan = 0.59, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB84135207-
CMYK0.590.3500.19
HSL215.12º56.16%57.06%-
HSV(B)215.12º59.42%81.18%-
XYZ23.5823.7262.37-
YUV127.96172.696.65-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 19.72%
GREEN value IS 135 (53.12% from 255) = 31.69%
BLUE value IS 207 (81.25% from 255) = 48.59%
R=19.72%
G=31.69%
B=48.59%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal841352070.590.3500.19215.1256.1657.06
Hex5487CF3B23013d73839
Octal12420731773430233277071
Binary1010100100001111100111111101110001101001111010111111000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5487CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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