Html Css Color HEX #5881BA Havelock Blue

📋 copy color: '#5881BA'

red 88 ◦ green 129 ◦ blue 186

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

Shades of Havelock Blue #5881BA

Tints of Havelock Blue #5881BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 46.15%

R = 21.84%
G = 32.01%
B = 46.15%

CMYK

 C value IS 0.53

 M value IS 0.31

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#5881BA (or 0x5881BA) is known color: Havelock Blue. HEX triplet: 58, 81 and BA. RGB value is (88,129,186). Sum of RGB (Red+Green+Blue) = 88+129+186=403 (53% of max value = 765). Red value is 88 (34.77% from 255 or 21.84% from 403); Green value is 129 (50.78% from 255 or 32.01% from 403); Blue value is 186 (73.05% from 255 or 46.15% from 403); Max value from RGB is 186 - color contains mainly: blue. Hex color #5881BA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5881BA is #A77E45. Grayscale: #7A7A7A. Windows color (decimal): -10976838 or 12222808. OLE color: 12222808.

HSL color Cylindrical-coordinate representation of color #5881BA: hue angle of 214.9º degrees, saturation: 0.42, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5881BA is Cyan = 0.53, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 88 129 186 -
CMYK 0.53 0.31 0 0.27
HSL 214.9º 0.42% 0.54% -
HSV(B) 214.9º 0.53% 0.73% -
XYZ 20.74 21.32 49.48 -
YUV 123.24 163.42 102.87 -
System Red Green Blue C M Y K H S L
Decimal 88 129 186 0.53 0.31 0 0.27 214.9 0.42 0.54
Hex 58 81 BA 35 1F 0 1B D7 2A 36
Octal 130 201 272 65 37 0 33 327 52 66
Binary 1011000 10000001 10111010 110101 11111 0 11011 11010111 101010 110110

Color Harmonies of #5881BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5881BA

Black with #5881BA

Text Example


Text Example

White with #5881BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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