#5982D0

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

Shades of Havelock Blue #5982D0

Tints of Havelock Blue #5982D0

Color information

#5982D0 (or 0x5982D0) is unknown color: approx Havelock Blue. HEX triplet: 59, 82 and D0. RGB value is (89,130,208). Sum of RGB (Red+Green+Blue) = 89+130+208=427 (56% of max value = 765). Red value is 89 (35.16% from 255 or 20.84% from 427); Green value is 130 (51.17% from 255 or 30.44% from 427); Blue value is 208 (81.64% from 255 or 48.71% from 427); Max value from RGB is 208 - color contains mainly: blue. Hex color #5982D0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5982D0 is #A67D2F. Grayscale: #7E7E7E. Windows color (decimal): -10911024 or 13664857. OLE color: 13664857.

HSL color Cylindrical-coordinate representation of color #5982D0: hue angle of 219.33º 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 #5982D0 is Cyan = 0.57, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB89130208-
CMYK0.570.3800.18
HSL219.33º55.87%58.24%-
HSV(B)219.33º57.21%81.57%-
XYZ23.4922.6462.81-
YUV126.63173.92101.16-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 20.84%
GREEN value IS 130 (51.17% from 255) = 30.44%
BLUE value IS 208 (81.64% from 255) = 48.71%
R=20.84%
G=30.44%
B=48.71%

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
Decimal891302080.570.3800.18219.3355.8758.24
Hex5982D03926012db383a
Octal13120232071460223337072
Binary1011001100000101101000011100110011001001011011011111000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5982D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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