Html Css Color HEX #5880DB Havelock Blue

📋 copy color: '#5880DB'

red 88 ◦ green 128 ◦ blue 219

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

Shades of Havelock Blue #5880DB

Tints of Havelock Blue #5880DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 50.34%

R = 20.23%
G = 29.43%
B = 50.34%

CMYK

 C value IS 0.60

 M value IS 0.42

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#5880DB (or 0x5880DB) is known color: Havelock Blue. HEX triplet: 58, 80 and DB. RGB value is (88,128,219). Sum of RGB (Red+Green+Blue) = 88+128+219=435 (57% of max value = 765). Red value is 88 (34.77% from 255 or 20.23% from 435); Green value is 128 (50.39% from 255 or 29.43% from 435); Blue value is 219 (85.94% from 255 or 50.34% from 435); Max value from RGB is 219 - color contains mainly: blue. Hex color #5880DB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5880DB is #A77F24. Grayscale: #7E7E7E. Windows color (decimal): -10977061 or 14385240. OLE color: 14385240.

HSL color Cylindrical-coordinate representation of color #5880DB: hue angle of 221.68º degrees, saturation: 0.65, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5880DB is Cyan = 0.60, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 88 128 219 -
CMYK 0.60 0.42 0 0.14
HSL 221.68º 0.65% 0.6% -
HSV(B) 221.68º 0.6% 0.86% -
XYZ 24.53 22.63 70.09 -
YUV 126.41 180.25 100.6 -
System Red Green Blue C M Y K H S L
Decimal 88 128 219 0.60 0.42 0 0.14 221.68 0.65 0.6
Hex 58 80 DB 3C 2A 0 E DE 41 3C
Octal 130 200 333 74 52 0 16 336 101 74
Binary 1011000 10000000 11011011 111100 101010 0 1110 11011110 1000001 111100

Color Harmonies of #5880DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5880DB

Black with #5880DB

Text Example


Text Example

White with #5880DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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