#5787CC

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

Shades of Havelock Blue #5787CC

Tints of Havelock Blue #5787CC

Color information

#5787CC (or 0x5787CC) is unknown color: approx Havelock Blue. HEX triplet: 57, 87 and CC. RGB value is (87,135,204). Sum of RGB (Red+Green+Blue) = 87+135+204=426 (56% of max value = 765). Red value is 87 (34.38% from 255 or 20.42% from 426); Green value is 135 (53.12% from 255 or 31.69% from 426); Blue value is 204 (80.08% from 255 or 47.89% from 426); Max value from RGB is 204 - color contains mainly: blue. Hex color #5787CC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5787CC is #A87833. Grayscale: #808080. Windows color (decimal): -11040820 or 13403991. OLE color: 13403991.

HSL color Cylindrical-coordinate representation of color #5787CC: hue angle of 215.38º degrees, saturation: 0.53, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5787CC is Cyan = 0.57, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB87135204-
CMYK0.570.3400.2
HSL215.38º53.42%57.06%-
HSV(B)215.38º57.35%80%-
XYZ23.4923.7160.47-
YUV128.51170.698.39-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 20.42%
GREEN value IS 135 (53.12% from 255) = 31.69%
BLUE value IS 204 (80.08% from 255) = 47.89%
R=20.42%
G=31.69%
B=47.89%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal871352040.570.3400.2215.3853.4257.06
Hex5787CC3922014d73539
Octal12720731471420243276571
Binary1010111100001111100110011100110001001010011010111110101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5787CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5787CC; }

 p { color: rgb(87,135,204); }

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

<style>
 a { background-color: #5787CC; }

 a { background-color: rgb(87,135,204); }

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

<style>
 span { border-color: #5787CC; }

 span { border-color: rgb(87,135,204); }

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