#575473

Color #575473 Smoky (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Smoky #575473

Tints of Smoky #575473

Color information

#575473 (or 0x575473) is unknown color: approx Smoky. HEX triplet: 57, 54 and 73. RGB value is (87,84,115). Sum of RGB (Red+Green+Blue) = 87+84+115=286 (37% of max value = 765). Red value is 87 (34.38% from 255 or 30.42% from 286); Green value is 84 (33.20% from 255 or 29.37% from 286); Blue value is 115 (45.31% from 255 or 40.21% from 286); Max value from RGB is 115 - color contains mainly: blue. Hex color #575473 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #575473 is #A8AB8C. Grayscale: #585858. Windows color (decimal): -11053965 or 7558231. OLE color: 7558231.

HSL color Cylindrical-coordinate representation of color #575473: hue angle of 245.81º degrees, saturation: 0.16, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #575473 is Cyan = 0.24, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB8784115-
CMYK0.240.2700.55
HSL245.81º15.58%39.02%-
HSV(B)245.81º26.96%45.1%-
XYZ10.29.617.54-
YUV88.43142.99126.98-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 30.42%
GREEN value IS 84 (33.20% from 255) = 29.37%
BLUE value IS 115 (45.31% from 255) = 40.21%
R=30.42%
G=29.37%
B=40.21%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal87841150.240.2700.55245.8115.5839.02
Hex575473181B037f61027
Octal12712416330330673662047
Binary101011110101001110011110001101101101111111011010000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #575473

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #575473; }

 p { color: rgb(87,84,115); }

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

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

 a { background-color: rgb(87,84,115); }

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

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

 span { border-color: rgb(87,84,115); }

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