#5573BC

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

Shades of Havelock Blue #5573BC

Tints of Havelock Blue #5573BC

Color information

#5573BC (or 0x5573BC) is unknown color: approx Havelock Blue. HEX triplet: 55, 73 and BC. RGB value is (85,115,188). Sum of RGB (Red+Green+Blue) = 85+115+188=388 (51% of max value = 765). Red value is 85 (33.59% from 255 or 21.91% from 388); Green value is 115 (45.31% from 255 or 29.64% from 388); Blue value is 188 (73.83% from 255 or 48.45% from 388); Max value from RGB is 188 - color contains mainly: blue. Hex color #5573BC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5573BC is #AA8C43. Grayscale: #727272. Windows color (decimal): -11177028 or 12350293. OLE color: 12350293.

HSL color Cylindrical-coordinate representation of color #5573BC: hue angle of 222.52º 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 #5573BC is Cyan = 0.55, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB85115188-
CMYK0.550.3900.26
HSL222.52º43.46%53.53%-
HSV(B)222.52º54.79%73.73%-
XYZ18.9517.8250.02-
YUV114.35169.56107.06-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 21.91%
GREEN value IS 115 (45.31% from 255) = 29.64%
BLUE value IS 188 (73.83% from 255) = 48.45%
R=21.91%
G=29.64%
B=48.45%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal851151880.550.3900.26222.5243.4653.53
Hex5573BC372701Adf2b36
Octal12516327467470323375366
Binary101010111100111011110011011110011101101011011111101011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5573BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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