Html Css Color HEX #5881CB Havelock Blue

📋 copy color: '#5881CB'

red 88 ◦ green 129 ◦ blue 203

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

Shades of Havelock Blue #5881CB

Tints of Havelock Blue #5881CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 48.33%

R = 20.95%
G = 30.71%
B = 48.33%

CMYK

 C value IS 0.57

 M value IS 0.36

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#5881CB (or 0x5881CB) is known color: Havelock Blue. HEX triplet: 58, 81 and CB. RGB value is (88,129,203). Sum of RGB (Red+Green+Blue) = 88+129+203=420 (55% of max value = 765). Red value is 88 (34.77% from 255 or 20.95% from 420); Green value is 129 (50.78% from 255 or 30.71% from 420); Blue value is 203 (79.69% from 255 or 48.33% from 420); Max value from RGB is 203 - color contains mainly: blue. Hex color #5881CB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5881CB is #A77E34. Grayscale: #7C7C7C. Windows color (decimal): -10976821 or 13336920. OLE color: 13336920.

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

Color convert

RGB 88 129 203 -
CMYK 0.57 0.36 0 0.20
HSL 218.61º 0.53% 0.57% -
HSV(B) 218.61º 0.57% 0.8% -
XYZ 22.65 22.09 59.57 -
YUV 125.18 171.92 101.48 -
System Red Green Blue C M Y K H S L
Decimal 88 129 203 0.57 0.36 0 0.20 218.61 0.53 0.57
Hex 58 81 CB 39 24 0 14 DB 35 39
Octal 130 201 313 71 44 0 24 333 65 71
Binary 1011000 10000001 11001011 111001 100100 0 10100 11011011 110101 111001

Color Harmonies of #5881CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5881CB

Black with #5881CB

Text Example


Text Example

White with #5881CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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