#5582BC

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

Shades of Havelock Blue #5582BC

Tints of Havelock Blue #5582BC

Color information

#5582BC (or 0x5582BC) is unknown color: approx Havelock Blue. HEX triplet: 55, 82 and BC. RGB value is (85,130,188). Sum of RGB (Red+Green+Blue) = 85+130+188=403 (53% of max value = 765). Red value is 85 (33.59% from 255 or 21.09% from 403); Green value is 130 (51.17% from 255 or 32.26% from 403); Blue value is 188 (73.83% from 255 or 46.65% from 403); Max value from RGB is 188 - color contains mainly: blue. Hex color #5582BC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5582BC is #AA7D43. Grayscale: #7A7A7A. Windows color (decimal): -11173188 or 12354133. OLE color: 12354133.

HSL color Cylindrical-coordinate representation of color #5582BC: hue angle of 213.79º degrees, saturation: 0.43, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5582BC is Cyan = 0.55, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB85130188-
CMYK0.550.3100.26
HSL213.79º43.46%53.53%-
HSV(B)213.79º54.79%73.73%-
XYZ20.8121.5350.64-
YUV123.16164.59100.78-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 21.09%
GREEN value IS 130 (51.17% from 255) = 32.26%
BLUE value IS 188 (73.83% from 255) = 46.65%
R=21.09%
G=32.26%
B=46.65%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal851301880.550.3100.26213.7943.4653.53
Hex5582BC371F01Ad62b36
Octal12520227467370323265366
Binary101010110000010101111001101111111101101011010110101011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5582BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5582BC; }

 p { color: rgb(85,130,188); }

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

<style>
 a { background-color: #5582BC; }

 a { background-color: rgb(85,130,188); }

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

<style>
 span { border-color: #5582BC; }

 span { border-color: rgb(85,130,188); }

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