Html Css Color HEX #5881BF Havelock Blue

📋 copy color: '#5881BF'

red 88 ◦ green 129 ◦ blue 191

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

Shades of Havelock Blue #5881BF

Tints of Havelock Blue #5881BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 46.81%

R = 21.57%
G = 31.62%
B = 46.81%

CMYK

 C value IS 0.54

 M value IS 0.32

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#5881BF (or 0x5881BF) is known color: Havelock Blue. HEX triplet: 58, 81 and BF. RGB value is (88,129,191). Sum of RGB (Red+Green+Blue) = 88+129+191=408 (54% of max value = 765). Red value is 88 (34.77% from 255 or 21.57% from 408); Green value is 129 (50.78% from 255 or 31.62% from 408); Blue value is 191 (75% from 255 or 46.81% from 408); Max value from RGB is 191 - color contains mainly: blue. Hex color #5881BF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5881BF is #A77E40. Grayscale: #7B7B7B. Windows color (decimal): -10976833 or 12550488. OLE color: 12550488.

HSL color Cylindrical-coordinate representation of color #5881BF: hue angle of 216.12º degrees, saturation: 0.45, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5881BF is Cyan = 0.54, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 88 129 191 -
CMYK 0.54 0.32 0 0.25
HSL 216.12º 0.45% 0.55% -
HSV(B) 216.12º 0.54% 0.75% -
XYZ 21.28 21.54 52.33 -
YUV 123.81 165.92 102.46 -
System Red Green Blue C M Y K H S L
Decimal 88 129 191 0.54 0.32 0 0.25 216.12 0.45 0.55
Hex 58 81 BF 36 20 0 19 D8 2D 37
Octal 130 201 277 66 40 0 31 330 55 67
Binary 1011000 10000001 10111111 110110 100000 0 11001 11011000 101101 110111

Color Harmonies of #5881BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5881BF

Black with #5881BF

Text Example


Text Example

White with #5881BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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