#5786CE

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

Shades of Havelock Blue #5786CE

Tints of Havelock Blue #5786CE

Color information

#5786CE (or 0x5786CE) is unknown color: approx Havelock Blue. HEX triplet: 57, 86 and CE. RGB value is (87,134,206). Sum of RGB (Red+Green+Blue) = 87+134+206=427 (56% of max value = 765). Red value is 87 (34.38% from 255 or 20.37% from 427); Green value is 134 (52.73% from 255 or 31.38% from 427); Blue value is 206 (80.86% from 255 or 48.24% from 427); Max value from RGB is 206 - color contains mainly: blue. Hex color #5786CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5786CE is #A87931. Grayscale: #7F7F7F. Windows color (decimal): -11041074 or 13534807. OLE color: 13534807.

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

Color convert

RGB87134206-
CMYK0.580.3500.19
HSL216.3º54.84%57.45%-
HSV(B)216.3º57.77%80.78%-
XYZ23.623.5361.69-
YUV128.16171.9398.65-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 20.37%
GREEN value IS 134 (52.73% from 255) = 31.38%
BLUE value IS 206 (80.86% from 255) = 48.24%
R=20.37%
G=31.38%
B=48.24%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal871342060.580.3500.19216.354.8457.45
Hex5786CE3A23013d83739
Octal12720631672430233306771
Binary1010111100001101100111011101010001101001111011000110111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5786CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5786CE; }

 p { color: rgb(87,134,206); }

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

<style>
 a { background-color: #5786CE; }

 a { background-color: rgb(87,134,206); }

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

<style>
 span { border-color: #5786CE; }

 span { border-color: rgb(87,134,206); }

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