#5980D0

Color #5980D0 Havelock Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Havelock Blue #5980D0

Tints of Havelock Blue #5980D0

Color information

#5980D0 (or 0x5980D0) is unknown color: approx Havelock Blue. HEX triplet: 59, 80 and D0. RGB value is (89,128,208). Sum of RGB (Red+Green+Blue) = 89+128+208=425 (56% of max value = 765). Red value is 89 (35.16% from 255 or 20.94% from 425); Green value is 128 (50.39% from 255 or 30.12% from 425); Blue value is 208 (81.64% from 255 or 48.94% from 425); Max value from RGB is 208 - color contains mainly: blue. Hex color #5980D0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5980D0 is #A67F2F. Grayscale: #7D7D7D. Windows color (decimal): -10911536 or 13664345. OLE color: 13664345.

HSL color Cylindrical-coordinate representation of color #5980D0: hue angle of 220.34º degrees, saturation: 0.56, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5980D0 is Cyan = 0.57, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB89128208-
CMYK0.570.3800.18
HSL220.34º55.87%58.24%-
HSV(B)220.34º57.21%81.57%-
XYZ23.2222.1262.72-
YUV125.46174.58102-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 20.94%
GREEN value IS 128 (50.39% from 255) = 30.12%
BLUE value IS 208 (81.64% from 255) = 48.94%
R=20.94%
G=30.12%
B=48.94%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal891282080.570.3800.18220.3455.8758.24
Hex5980D03926012dc383a
Octal13120032071460223347072
Binary1011001100000001101000011100110011001001011011100111000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5980D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #5980D0;
 }
 .AnyTagClassName
 {
   color: #5980D0;
 }
</style>
background-color css

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

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

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

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

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

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