#5580D1

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

Shades of Havelock Blue #5580D1

Tints of Havelock Blue #5580D1

Color information

#5580D1 (or 0x5580D1) is unknown color: approx Havelock Blue. HEX triplet: 55, 80 and D1. RGB value is (85,128,209). Sum of RGB (Red+Green+Blue) = 85+128+209=422 (55% of max value = 765). Red value is 85 (33.59% from 255 or 20.14% from 422); Green value is 128 (50.39% from 255 or 30.33% from 422); Blue value is 209 (82.03% from 255 or 49.53% from 422); Max value from RGB is 209 - color contains mainly: blue. Hex color #5580D1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5580D1 is #AA7F2E. Grayscale: #7C7C7C. Windows color (decimal): -11173679 or 13729877. OLE color: 13729877.

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

Color convert

RGB85128209-
CMYK0.590.3900.18
HSL219.19º57.41%57.65%-
HSV(B)219.19º59.33%81.96%-
XYZ22.9721.9763.35-
YUV124.38175.7599.91-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 20.14%
GREEN value IS 128 (50.39% from 255) = 30.33%
BLUE value IS 209 (82.03% from 255) = 49.53%
R=20.14%
G=30.33%
B=49.53%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal851282090.590.3900.18219.1957.4157.65
Hex5580D13B27012db393a
Octal12520032173470223337172
Binary1010101100000001101000111101110011101001011011011111001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5580D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5580D1; }

 p { color: rgb(85,128,209); }

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

<style>
 a { background-color: #5580D1; }

 a { background-color: rgb(85,128,209); }

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

<style>
 span { border-color: #5580D1; }

 span { border-color: rgb(85,128,209); }

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