Html Css Color HEX #5880BA Havelock Blue

📋 copy color: '#5880BA'

red 88 ◦ green 128 ◦ blue 186

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

Shades of Havelock Blue #5880BA

Tints of Havelock Blue #5880BA

RGB

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

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

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

R = 21.89%
G = 31.84%
B = 46.27%

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

#5880BA (or 0x5880BA) is known color: Havelock Blue. HEX triplet: 58, 80 and BA. RGB value is (88,128,186). Sum of RGB (Red+Green+Blue) = 88+128+186=402 (53% of max value = 765). Red value is 88 (34.77% from 255 or 21.89% from 402); Green value is 128 (50.39% from 255 or 31.84% from 402); Blue value is 186 (73.05% from 255 or 46.27% from 402); Max value from RGB is 186 - color contains mainly: blue. Hex color #5880BA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5880BA is #A77F45. Grayscale: #7A7A7A. Windows color (decimal): -10977094 or 12222552. OLE color: 12222552.

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

Color convert

RGB 88 128 186 -
CMYK 0.53 0.31 0 0.27
HSL 215.51º 0.42% 0.54% -
HSV(B) 215.51º 0.53% 0.73% -
XYZ 20.61 21.06 49.43 -
YUV 122.65 163.75 103.28 -
System Red Green Blue C M Y K H S L
Decimal 88 128 186 0.53 0.31 0 0.27 215.51 0.42 0.54
Hex 58 80 BA 35 1F 0 1B D8 2A 36
Octal 130 200 272 65 37 0 33 330 52 66
Binary 1011000 10000000 10111010 110101 11111 0 11011 11011000 101010 110110

Color Harmonies of #5880BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5880BA

Black with #5880BA

Text Example


Text Example

White with #5880BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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