Html Css Color HEX #5880BE Havelock Blue

📋 copy color: '#5880BE'

red 88 ◦ green 128 ◦ blue 190

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

Shades of Havelock Blue #5880BE

Tints of Havelock Blue #5880BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 46.8%

R = 21.67%
G = 31.53%
B = 46.8%

CMYK

 C value IS 0.54

 M value IS 0.33

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#5880BE (or 0x5880BE) is known color: Havelock Blue. HEX triplet: 58, 80 and BE. RGB value is (88,128,190). Sum of RGB (Red+Green+Blue) = 88+128+190=406 (53% of max value = 765). Red value is 88 (34.77% from 255 or 21.67% from 406); Green value is 128 (50.39% from 255 or 31.53% from 406); Blue value is 190 (74.61% from 255 or 46.80% from 406); Max value from RGB is 190 - color contains mainly: blue. Hex color #5880BE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5880BE is #A77F41. Grayscale: #7A7A7A. Windows color (decimal): -10977090 or 12484696. OLE color: 12484696.

HSL color Cylindrical-coordinate representation of color #5880BE: hue angle of 216.47º degrees, saturation: 0.44, 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 #5880BE is Cyan = 0.54, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 88 128 190 -
CMYK 0.54 0.33 0 0.25
HSL 216.47º 0.44% 0.55% -
HSV(B) 216.47º 0.54% 0.75% -
XYZ 21.04 21.23 51.7 -
YUV 123.11 165.75 102.96 -
System Red Green Blue C M Y K H S L
Decimal 88 128 190 0.54 0.33 0 0.25 216.47 0.44 0.55
Hex 58 80 BE 36 21 0 19 D8 2C 37
Octal 130 200 276 66 41 0 31 330 54 67
Binary 1011000 10000000 10111110 110110 100001 0 11001 11011000 101100 110111

Color Harmonies of #5880BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5880BE

Black with #5880BE

Text Example


Text Example

White with #5880BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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