Html Css Color HEX #5881BC Havelock Blue

📋 copy color: '#5881BC'

red 88 ◦ green 129 ◦ blue 188

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

Shades of Havelock Blue #5881BC

Tints of Havelock Blue #5881BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 46.42%

R = 21.73%
G = 31.85%
B = 46.42%

CMYK

 C value IS 0.53

 M value IS 0.31

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#5881BC (or 0x5881BC) is known color: Havelock Blue. HEX triplet: 58, 81 and BC. RGB value is (88,129,188). Sum of RGB (Red+Green+Blue) = 88+129+188=405 (53% of max value = 765). Red value is 88 (34.77% from 255 or 21.73% from 405); Green value is 129 (50.78% from 255 or 31.85% from 405); Blue value is 188 (73.83% from 255 or 46.42% from 405); Max value from RGB is 188 - color contains mainly: blue. Hex color #5881BC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5881BC is #A77E43. Grayscale: #7B7B7B. Windows color (decimal): -10976836 or 12353880. OLE color: 12353880.

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

Color convert

RGB 88 129 188 -
CMYK 0.53 0.31 0 0.26
HSL 215.4º 0.43% 0.54% -
HSV(B) 215.4º 0.53% 0.74% -
XYZ 20.95 21.41 50.6 -
YUV 123.47 164.42 102.7 -
System Red Green Blue C M Y K H S L
Decimal 88 129 188 0.53 0.31 0 0.26 215.4 0.43 0.54
Hex 58 81 BC 35 1F 0 1A D7 2B 36
Octal 130 201 274 65 37 0 32 327 53 66
Binary 1011000 10000001 10111100 110101 11111 0 11010 11010111 101011 110110

Color Harmonies of #5881BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5881BC

Black with #5881BC

Text Example


Text Example

White with #5881BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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