#5782BE

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

Shades of Havelock Blue #5782BE

Tints of Havelock Blue #5782BE

Color information

#5782BE (or 0x5782BE) is unknown color: approx Havelock Blue. HEX triplet: 57, 82 and BE. RGB value is (87,130,190). Sum of RGB (Red+Green+Blue) = 87+130+190=407 (53% of max value = 765). Red value is 87 (34.38% from 255 or 21.38% from 407); Green value is 130 (51.17% from 255 or 31.94% from 407); Blue value is 190 (74.61% from 255 or 46.68% from 407); Max value from RGB is 190 - color contains mainly: blue. Hex color #5782BE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5782BE is #A87D41. Grayscale: #7B7B7B. Windows color (decimal): -11042114 or 12485207. OLE color: 12485207.

HSL color Cylindrical-coordinate representation of color #5782BE: hue angle of 214.95º degrees, saturation: 0.44, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5782BE is Cyan = 0.54, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB87130190-
CMYK0.540.3200.25
HSL214.95º44.21%54.31%-
HSV(B)214.95º54.21%74.51%-
XYZ21.2121.7151.79-
YUV123.98165.25101.62-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 21.38%
GREEN value IS 130 (51.17% from 255) = 31.94%
BLUE value IS 190 (74.61% from 255) = 46.68%
R=21.38%
G=31.94%
B=46.68%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal871301900.540.3200.25214.9544.2154.31
Hex5782BE3620019d72c36
Octal12720227666400313275466
Binary1010111100000101011111011011010000001100111010111101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5782BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5782BE; }

 p { color: rgb(87,130,190); }

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

<style>
 a { background-color: #5782BE; }

 a { background-color: rgb(87,130,190); }

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

<style>
 span { border-color: #5782BE; }

 span { border-color: rgb(87,130,190); }

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