#5981D0

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

Shades of Havelock Blue #5981D0

Tints of Havelock Blue #5981D0

Color information

#5981D0 (or 0x5981D0) is unknown color: approx Havelock Blue. HEX triplet: 59, 81 and D0. RGB value is (89,129,208). Sum of RGB (Red+Green+Blue) = 89+129+208=426 (56% of max value = 765). Red value is 89 (35.16% from 255 or 20.89% from 426); Green value is 129 (50.78% from 255 or 30.28% from 426); Blue value is 208 (81.64% from 255 or 48.83% from 426); Max value from RGB is 208 - color contains mainly: blue. Hex color #5981D0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5981D0 is #A67E2F. Grayscale: #7D7D7D. Windows color (decimal): -10911280 or 13664601. OLE color: 13664601.

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

Color convert

RGB89129208-
CMYK0.570.3800.18
HSL219.83º55.87%58.24%-
HSV(B)219.83º57.21%81.57%-
XYZ23.3622.3862.76-
YUV126.05174.25101.58-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 20.89%
GREEN value IS 129 (50.78% from 255) = 30.28%
BLUE value IS 208 (81.64% from 255) = 48.83%
R=20.89%
G=30.28%
B=48.83%

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
Decimal891292080.570.3800.18219.8355.8758.24
Hex5981D03926012dc383a
Octal13120132071460223347072
Binary1011001100000011101000011100110011001001011011100111000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5981D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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