#5888CC

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

Shades of Havelock Blue #5888CC

Tints of Havelock Blue #5888CC

Color information

#5888CC (or 0x5888CC) is unknown color: approx Havelock Blue. HEX triplet: 58, 88 and CC. RGB value is (88,136,204). Sum of RGB (Red+Green+Blue) = 88+136+204=428 (56% of max value = 765). Red value is 88 (34.77% from 255 or 20.56% from 428); Green value is 136 (53.52% from 255 or 31.78% from 428); Blue value is 204 (80.08% from 255 or 47.66% from 428); Max value from RGB is 204 - color contains mainly: blue. Hex color #5888CC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5888CC is #A77733. Grayscale: #818181. Windows color (decimal): -10975028 or 13404248. OLE color: 13404248.

HSL color Cylindrical-coordinate representation of color #5888CC: hue angle of 215.17º 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 #5888CC is Cyan = 0.57, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB88136204-
CMYK0.570.3300.2
HSL215.17º53.21%57.25%-
HSV(B)215.17º56.86%80%-
XYZ23.7324.0460.52-
YUV129.4170.198.47-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 20.56%
GREEN value IS 136 (53.52% from 255) = 31.78%
BLUE value IS 204 (80.08% from 255) = 47.66%
R=20.56%
G=31.78%
B=47.66%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal881362040.570.3300.2215.1753.2157.25
Hex5888CC3921014d73539
Octal13021031471410243276571
Binary1011000100010001100110011100110000101010011010111110101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5888CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5888CC; }

 p { color: rgb(88,136,204); }

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

<style>
 a { background-color: #5888CC; }

 a { background-color: rgb(88,136,204); }

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

<style>
 span { border-color: #5888CC; }

 span { border-color: rgb(88,136,204); }

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