#5882CB

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

Shades of Havelock Blue #5882CB

Tints of Havelock Blue #5882CB

Color information

#5882CB (or 0x5882CB) is unknown color: approx Havelock Blue. HEX triplet: 58, 82 and CB. RGB value is (88,130,203). Sum of RGB (Red+Green+Blue) = 88+130+203=421 (55% of max value = 765). Red value is 88 (34.77% from 255 or 20.90% from 421); Green value is 130 (51.17% from 255 or 30.88% from 421); Blue value is 203 (79.69% from 255 or 48.22% from 421); Max value from RGB is 203 - color contains mainly: blue. Hex color #5882CB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5882CB is #A77D34. Grayscale: #7D7D7D. Windows color (decimal): -10976565 or 13337176. OLE color: 13337176.

HSL color Cylindrical-coordinate representation of color #5882CB: hue angle of 218.09º 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 #5882CB is Cyan = 0.57, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB88130203-
CMYK0.570.3600.20
HSL218.09º52.51%57.06%-
HSV(B)218.09º56.65%79.61%-
XYZ22.7922.3559.61-
YUV125.76171.59101.06-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 20.90%
GREEN value IS 130 (51.17% from 255) = 30.88%
BLUE value IS 203 (79.69% from 255) = 48.22%
R=20.90%
G=30.88%
B=48.22%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal881302030.570.3600.20218.0952.5157.06
Hex5882CB3924014da3539
Octal13020231371440243326571
Binary1011000100000101100101111100110010001010011011010110101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5882CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5882CB; }

 p { color: rgb(88,130,203); }

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

<style>
 a { background-color: #5882CB; }

 a { background-color: rgb(88,130,203); }

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

<style>
 span { border-color: #5882CB; }

 span { border-color: rgb(88,130,203); }

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