#5786BF

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

Shades of Havelock Blue #5786BF

Tints of Havelock Blue #5786BF

Color information

#5786BF (or 0x5786BF) is unknown color: approx Havelock Blue. HEX triplet: 57, 86 and BF. RGB value is (87,134,191). Sum of RGB (Red+Green+Blue) = 87+134+191=412 (54% of max value = 765). Red value is 87 (34.38% from 255 or 21.12% from 412); Green value is 134 (52.73% from 255 or 32.52% from 412); Blue value is 191 (75% from 255 or 46.36% from 412); Max value from RGB is 191 - color contains mainly: blue. Hex color #5786BF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5786BF is #A87940. Grayscale: #7E7E7E. Windows color (decimal): -11041089 or 12551767. OLE color: 12551767.

HSL color Cylindrical-coordinate representation of color #5786BF: hue angle of 212.88º degrees, saturation: 0.45, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5786BF is Cyan = 0.54, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB87134191-
CMYK0.540.3000.25
HSL212.88º44.83%54.51%-
HSV(B)212.88º54.45%74.9%-
XYZ21.8622.8452.55-
YUV126.44164.4399.87-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 21.12%
GREEN value IS 134 (52.73% from 255) = 32.52%
BLUE value IS 191 (75% from 255) = 46.36%
R=21.12%
G=32.52%
B=46.36%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal871341910.540.3000.25212.8844.8354.51
Hex5786BF361E019d52d37
Octal12720627766360313255567
Binary101011110000110101111111101101111001100111010101101101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5786BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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