#5580C5

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

Shades of Havelock Blue #5580C5

Tints of Havelock Blue #5580C5

Color information

#5580C5 (or 0x5580C5) is unknown color: approx Havelock Blue. HEX triplet: 55, 80 and C5. RGB value is (85,128,197). Sum of RGB (Red+Green+Blue) = 85+128+197=410 (54% of max value = 765). Red value is 85 (33.59% from 255 or 20.73% from 410); Green value is 128 (50.39% from 255 or 31.22% from 410); Blue value is 197 (77.34% from 255 or 48.05% from 410); Max value from RGB is 197 - color contains mainly: blue. Hex color #5580C5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5580C5 is #AA7F3A. Grayscale: #7A7A7A. Windows color (decimal): -11173691 or 12943445. OLE color: 12943445.

HSL color Cylindrical-coordinate representation of color #5580C5: hue angle of 216.96º degrees, saturation: 0.49, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5580C5 is Cyan = 0.57, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB85128197-
CMYK0.570.3500.23
HSL216.96º49.12%55.29%-
HSV(B)216.96º56.85%77.25%-
XYZ21.5421.455.82-
YUV123.01169.75100.89-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 20.73%
GREEN value IS 128 (50.39% from 255) = 31.22%
BLUE value IS 197 (77.34% from 255) = 48.05%
R=20.73%
G=31.22%
B=48.05%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal851281970.570.3500.23216.9649.1255.29
Hex5580C53923017d93137
Octal12520030571430273316167
Binary1010101100000001100010111100110001101011111011001110001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5580C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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