#5573C7

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

Shades of Havelock Blue #5573C7

Tints of Havelock Blue #5573C7

Color information

#5573C7 (or 0x5573C7) is unknown color: approx Havelock Blue. HEX triplet: 55, 73 and C7. RGB value is (85,115,199). Sum of RGB (Red+Green+Blue) = 85+115+199=399 (52% of max value = 765). Red value is 85 (33.59% from 255 or 21.30% from 399); Green value is 115 (45.31% from 255 or 28.82% from 399); Blue value is 199 (78.12% from 255 or 49.87% from 399); Max value from RGB is 199 - color contains mainly: blue. Hex color #5573C7 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5573C7 is #AA8C38. Grayscale: #737373. Windows color (decimal): -11177017 or 13071189. OLE color: 13071189.

HSL color Cylindrical-coordinate representation of color #5573C7: hue angle of 224.21º degrees, saturation: 0.5, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5573C7 is Cyan = 0.57, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB85115199-
CMYK0.570.4200.22
HSL224.21º50.44%55.69%-
HSV(B)224.21º57.29%78.04%-
XYZ20.1918.3256.5-
YUV115.61175.06106.17-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 21.30%
GREEN value IS 115 (45.31% from 255) = 28.82%
BLUE value IS 199 (78.12% from 255) = 49.87%
R=21.30%
G=28.82%
B=49.87%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal851151990.570.4200.22224.2150.4455.69
Hex5573C7392A016e03238
Octal12516330771520263406270
Binary101010111100111100011111100110101001011011100000110010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5573C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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