Html Css Color HEX #5881CA Havelock Blue

📋 copy color: '#5881CA'

red 88 ◦ green 129 ◦ blue 202

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

Shades of Havelock Blue #5881CA

Tints of Havelock Blue #5881CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 48.21%

R = 21%
G = 30.79%
B = 48.21%

CMYK

 C value IS 0.56

 M value IS 0.36

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#5881CA (or 0x5881CA) is known color: Havelock Blue. HEX triplet: 58, 81 and CA. RGB value is (88,129,202). Sum of RGB (Red+Green+Blue) = 88+129+202=419 (55% of max value = 765). Red value is 88 (34.77% from 255 or 21.00% from 419); Green value is 129 (50.78% from 255 or 30.79% from 419); Blue value is 202 (79.30% from 255 or 48.21% from 419); Max value from RGB is 202 - color contains mainly: blue. Hex color #5881CA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5881CA is #A77E35. Grayscale: #7C7C7C. Windows color (decimal): -10976822 or 13271384. OLE color: 13271384.

HSL color Cylindrical-coordinate representation of color #5881CA: hue angle of 218.42º degrees, saturation: 0.52, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5881CA is Cyan = 0.56, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 88 129 202 -
CMYK 0.56 0.36 0 0.21
HSL 218.42º 0.52% 0.57% -
HSV(B) 218.42º 0.56% 0.79% -
XYZ 22.54 22.04 58.94 -
YUV 125.06 171.42 101.56 -
System Red Green Blue C M Y K H S L
Decimal 88 129 202 0.56 0.36 0 0.21 218.42 0.52 0.57
Hex 58 81 CA 38 24 0 15 DA 34 39
Octal 130 201 312 70 44 0 25 332 64 71
Binary 1011000 10000001 11001010 111000 100100 0 10101 11011010 110100 111001

Color Harmonies of #5881CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5881CA

Black with #5881CA

Text Example


Text Example

White with #5881CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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