Html Css Color HEX #5980DB Havelock Blue

📋 copy color: '#5980DB'

red 89 ◦ green 128 ◦ blue 219

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

Shades of Havelock Blue #5980DB

Tints of Havelock Blue #5980DB

RGB

 RED value IS 89 (35.16% from 255) = 20.41%

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

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

R = 20.41%
G = 29.36%
B = 50.23%

CMYK

 C value IS 0.59

 M value IS 0.42

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#5980DB (or 0x5980DB) is known color: Havelock Blue. HEX triplet: 59, 80 and DB. RGB value is (89,128,219). Sum of RGB (Red+Green+Blue) = 89+128+219=436 (57% of max value = 765). Red value is 89 (35.16% from 255 or 20.41% from 436); Green value is 128 (50.39% from 255 or 29.36% from 436); Blue value is 219 (85.94% from 255 or 50.23% from 436); Max value from RGB is 219 - color contains mainly: blue. Hex color #5980DB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5980DB is #A67F24. Grayscale: #7E7E7E. Windows color (decimal): -10911525 or 14385241. OLE color: 14385241.

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

Color convert

RGB 89 128 219 -
CMYK 0.59 0.42 0 0.14
HSL 222º 0.64% 0.6% -
HSV(B) 222º 0.59% 0.86% -
XYZ 24.63 22.68 70.1 -
YUV 126.71 180.08 101.1 -
System Red Green Blue C M Y K H S L
Decimal 89 128 219 0.59 0.42 0 0.14 222 0.64 0.6
Hex 59 80 DB 3B 2A 0 E DE 40 3C
Octal 131 200 333 73 52 0 16 336 100 74
Binary 1011001 10000000 11011011 111011 101010 0 1110 11011110 1000000 111100

Color Harmonies of #5980DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5980DB

Black with #5980DB

Text Example


Text Example

White with #5980DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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