#5785BF

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

Shades of Havelock Blue #5785BF

Tints of Havelock Blue #5785BF

Color information

#5785BF (or 0x5785BF) is unknown color: approx Havelock Blue. HEX triplet: 57, 85 and BF. RGB value is (87,133,191). Sum of RGB (Red+Green+Blue) = 87+133+191=411 (54% of max value = 765). Red value is 87 (34.38% from 255 or 21.17% from 411); Green value is 133 (52.34% from 255 or 32.36% from 411); Blue value is 191 (75% from 255 or 46.47% from 411); Max value from RGB is 191 - color contains mainly: blue. Hex color #5785BF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5785BF is #A87A40. Grayscale: #7D7D7D. Windows color (decimal): -11041345 or 12551511. OLE color: 12551511.

HSL color Cylindrical-coordinate representation of color #5785BF: hue angle of 213.46º 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 #5785BF is Cyan = 0.54, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB87133191-
CMYK0.540.3000.25
HSL213.46º44.83%54.51%-
HSV(B)213.46º54.45%74.9%-
XYZ21.7222.5652.5-
YUV125.86164.76100.28-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 21.17%
GREEN value IS 133 (52.34% from 255) = 32.36%
BLUE value IS 191 (75% from 255) = 46.47%
R=21.17%
G=32.36%
B=46.47%

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
Decimal871331910.540.3000.25213.4644.8354.51
Hex5785BF361E019d52d37
Octal12720527766360313255567
Binary101011110000101101111111101101111001100111010101101101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5785BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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