Html Css Color HEX #5880BB Havelock Blue

📋 copy color: '#5880BB'

red 88 ◦ green 128 ◦ blue 187

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

Shades of Havelock Blue #5880BB

Tints of Havelock Blue #5880BB

RGB

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

 GREEN value IS 128 (50.39% from 255) = 31.76%

 BLUE value IS 187 (73.44% from 255) = 46.4%

R = 21.84%
G = 31.76%
B = 46.4%

CMYK

 C value IS 0.53

 M value IS 0.32

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#5880BB (or 0x5880BB) is known color: Havelock Blue. HEX triplet: 58, 80 and BB. RGB value is (88,128,187). Sum of RGB (Red+Green+Blue) = 88+128+187=403 (53% of max value = 765). Red value is 88 (34.77% from 255 or 21.84% from 403); Green value is 128 (50.39% from 255 or 31.76% from 403); Blue value is 187 (73.44% from 255 or 46.40% from 403); Max value from RGB is 187 - color contains mainly: blue. Hex color #5880BB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5880BB is #A77F44. Grayscale: #7A7A7A. Windows color (decimal): -10977093 or 12288088. OLE color: 12288088.

HSL color Cylindrical-coordinate representation of color #5880BB: hue angle of 215.76º 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 #5880BB is Cyan = 0.53, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 88 128 187 -
CMYK 0.53 0.32 0 0.27
HSL 215.76º 0.42% 0.54% -
HSV(B) 215.76º 0.53% 0.73% -
XYZ 20.71 21.1 49.99 -
YUV 122.77 164.25 103.2 -
System Red Green Blue C M Y K H S L
Decimal 88 128 187 0.53 0.32 0 0.27 215.76 0.42 0.54
Hex 58 80 BB 35 20 0 1B D8 2A 36
Octal 130 200 273 65 40 0 33 330 52 66
Binary 1011000 10000000 10111011 110101 100000 0 11011 11011000 101010 110110

Color Harmonies of #5880BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5880BB

Black with #5880BB

Text Example


Text Example

White with #5880BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5880BB; }

 p { color: rgb(88,128,187); }

 H1.HeaderClassName
 {
   color: #5880BB;
 }
 .AnyTagClassName
 {
   color: #5880BB;
 }
</style>

background-color css

<style>
 a { background-color: #5880BB; }

 a { background-color: rgb(88,128,187); }

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

border-color css

<style>
 span { border-color: #5880BB; }

 span { border-color: rgb(88,128,187); }

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