Html Css Color HEX #5881CC Havelock Blue

📋 copy color: '#5881CC'

red 88 ◦ green 129 ◦ blue 204

#5881CC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Havelock Blue #5881CC

Tints of Havelock Blue #5881CC

RGB

 RED value IS 88 (34.77% from 255) = 20.9%

 GREEN value IS 129 (50.78% from 255) = 30.64%

 BLUE value IS 204 (80.08% from 255) = 48.46%

R = 20.9%
G = 30.64%
B = 48.46%

CMYK

 C value IS 0.57

 M value IS 0.37

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#5881CC (or 0x5881CC) is known color: Havelock Blue. HEX triplet: 58, 81 and CC. RGB value is (88,129,204). Sum of RGB (Red+Green+Blue) = 88+129+204=421 (55% of max value = 765). Red value is 88 (34.77% from 255 or 20.90% from 421); Green value is 129 (50.78% from 255 or 30.64% from 421); Blue value is 204 (80.08% from 255 or 48.46% from 421); Max value from RGB is 204 - color contains mainly: blue. Hex color #5881CC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5881CC is #A77E33. Grayscale: #7C7C7C. Windows color (decimal): -10976820 or 13402456. OLE color: 13402456.

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

Color convert

RGB 88 129 204 -
CMYK 0.57 0.37 0 0.2
HSL 218.79º 0.53% 0.57% -
HSV(B) 218.79º 0.57% 0.8% -
XYZ 22.77 22.13 60.2 -
YUV 125.29 172.42 101.4 -
System Red Green Blue C M Y K H S L
Decimal 88 129 204 0.57 0.37 0 0.2 218.79 0.53 0.57
Hex 58 81 CC 39 25 0 14 DB 35 39
Octal 130 201 314 71 45 0 24 333 65 71
Binary 1011000 10000001 11001100 111001 100101 0 10100 11011011 110101 111001

Color Harmonies of #5881CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5881CC

Black with #5881CC

Text Example


Text Example

White with #5881CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #5881CC;
 }
 .AnyTagClassName
 {
   color: #5881CC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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