#5884CC

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

Shades of Havelock Blue #5884CC

Tints of Havelock Blue #5884CC

Color information

#5884CC (or 0x5884CC) is unknown color: approx Havelock Blue. HEX triplet: 58, 84 and CC. RGB value is (88,132,204). Sum of RGB (Red+Green+Blue) = 88+132+204=424 (56% of max value = 765). Red value is 88 (34.77% from 255 or 20.75% from 424); Green value is 132 (51.95% from 255 or 31.13% from 424); Blue value is 204 (80.08% from 255 or 48.11% from 424); Max value from RGB is 204 - color contains mainly: blue. Hex color #5884CC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5884CC is #A77B33. Grayscale: #7E7E7E. Windows color (decimal): -10976052 or 13403224. OLE color: 13403224.

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

Color convert

RGB88132204-
CMYK0.570.3500.2
HSL217.24º53.21%57.25%-
HSV(B)217.24º56.86%80%-
XYZ23.1722.9460.33-
YUV127.05171.42100.15-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 20.75%
GREEN value IS 132 (51.95% from 255) = 31.13%
BLUE value IS 204 (80.08% from 255) = 48.11%
R=20.75%
G=31.13%
B=48.11%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal881322040.570.3500.2217.2453.2157.25
Hex5884CC3923014d93539
Octal13020431471430243316571
Binary1011000100001001100110011100110001101010011011001110101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5884CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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