Html Css Color HEX #5980CB Havelock Blue

📋 copy color: '#5980CB'

red 89 ◦ green 128 ◦ blue 203

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

Shades of Havelock Blue #5980CB

Tints of Havelock Blue #5980CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 48.33%

R = 21.19%
G = 30.48%
B = 48.33%

CMYK

 C value IS 0.56

 M value IS 0.37

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#5980CB (or 0x5980CB) is known color: Havelock Blue. HEX triplet: 59, 80 and CB. RGB value is (89,128,203). Sum of RGB (Red+Green+Blue) = 89+128+203=420 (55% of max value = 765). Red value is 89 (35.16% from 255 or 21.19% from 420); Green value is 128 (50.39% from 255 or 30.48% from 420); Blue value is 203 (79.69% from 255 or 48.33% from 420); Max value from RGB is 203 - color contains mainly: blue. Hex color #5980CB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5980CB is #A67F34. Grayscale: #7C7C7C. Windows color (decimal): -10911541 or 13336665. OLE color: 13336665.

HSL color Cylindrical-coordinate representation of color #5980CB: hue angle of 219.47º degrees, saturation: 0.52, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5980CB is Cyan = 0.56, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 89 128 203 -
CMYK 0.56 0.37 0 0.20
HSL 219.47º 0.52% 0.57% -
HSV(B) 219.47º 0.56% 0.8% -
XYZ 22.62 21.87 59.53 -
YUV 124.89 172.08 102.4 -
System Red Green Blue C M Y K H S L
Decimal 89 128 203 0.56 0.37 0 0.20 219.47 0.52 0.57
Hex 59 80 CB 38 25 0 14 DB 34 39
Octal 131 200 313 70 45 0 24 333 64 71
Binary 1011001 10000000 11001011 111000 100101 0 10100 11011011 110100 111001

Color Harmonies of #5980CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5980CB

Black with #5980CB

Text Example


Text Example

White with #5980CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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