Html Css Color HEX #5980BC Havelock Blue

📋 copy color: '#5980BC'

red 89 ◦ green 128 ◦ blue 188

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

Shades of Havelock Blue #5980BC

Tints of Havelock Blue #5980BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 46.42%

R = 21.98%
G = 31.6%
B = 46.42%

CMYK

 C value IS 0.53

 M value IS 0.32

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#5980BC (or 0x5980BC) is known color: Havelock Blue. HEX triplet: 59, 80 and BC. RGB value is (89,128,188). Sum of RGB (Red+Green+Blue) = 89+128+188=405 (53% of max value = 765). Red value is 89 (35.16% from 255 or 21.98% from 405); Green value is 128 (50.39% from 255 or 31.60% from 405); Blue value is 188 (73.83% from 255 or 46.42% from 405); Max value from RGB is 188 - color contains mainly: blue. Hex color #5980BC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5980BC is #A67F43. Grayscale: #7A7A7A. Windows color (decimal): -10911556 or 12353625. OLE color: 12353625.

HSL color Cylindrical-coordinate representation of color #5980BC: hue angle of 216.36º degrees, saturation: 0.42, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5980BC is Cyan = 0.53, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 89 128 188 -
CMYK 0.53 0.32 0 0.26
HSL 216.36º 0.42% 0.54% -
HSV(B) 216.36º 0.53% 0.74% -
XYZ 20.92 21.19 50.57 -
YUV 123.18 164.58 103.62 -
System Red Green Blue C M Y K H S L
Decimal 89 128 188 0.53 0.32 0 0.26 216.36 0.42 0.54
Hex 59 80 BC 35 20 0 1A D8 2A 36
Octal 131 200 274 65 40 0 32 330 52 66
Binary 1011001 10000000 10111100 110101 100000 0 11010 11011000 101010 110110

Color Harmonies of #5980BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5980BC

Black with #5980BC

Text Example


Text Example

White with #5980BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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