#5883CC

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

Shades of Havelock Blue #5883CC

Tints of Havelock Blue #5883CC

Color information

#5883CC (or 0x5883CC) is unknown color: approx Havelock Blue. HEX triplet: 58, 83 and CC. RGB value is (88,131,204). Sum of RGB (Red+Green+Blue) = 88+131+204=423 (56% of max value = 765). Red value is 88 (34.77% from 255 or 20.80% from 423); Green value is 131 (51.56% from 255 or 30.97% from 423); Blue value is 204 (80.08% from 255 or 48.23% from 423); Max value from RGB is 204 - color contains mainly: blue. Hex color #5883CC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5883CC is #A77C33. Grayscale: #7E7E7E. Windows color (decimal): -10976308 or 13402968. OLE color: 13402968.

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

Color convert

RGB88131204-
CMYK0.570.3600.2
HSL217.76º53.21%57.25%-
HSV(B)217.76º56.86%80%-
XYZ23.0422.6760.29-
YUV126.46171.75100.56-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 20.80%
GREEN value IS 131 (51.56% from 255) = 30.97%
BLUE value IS 204 (80.08% from 255) = 48.23%
R=20.80%
G=30.97%
B=48.23%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal881312040.570.3600.2217.7653.2157.25
Hex5883CC3924014da3539
Octal13020331471440243326571
Binary1011000100000111100110011100110010001010011011010110101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5883CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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