#575560

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

Shades of Smoky #575560

Tints of Smoky #575560

Color information

#575560 (or 0x575560) is unknown color: approx Smoky. HEX triplet: 57, 55 and 60. RGB value is (87,85,96). Sum of RGB (Red+Green+Blue) = 87+85+96=268 (35% of max value = 765). Red value is 87 (34.38% from 255 or 32.46% from 268); Green value is 85 (33.59% from 255 or 31.72% from 268); Blue value is 96 (37.89% from 255 or 35.82% from 268); Max value from RGB is 96 - color contains mainly: blue. Hex color #575560 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #575560 is #A8AA9F. Grayscale: #565656. Windows color (decimal): -11053728 or 6313303. OLE color: 6313303.

HSL color Cylindrical-coordinate representation of color #575560: hue angle of 250.91º degrees, saturation: 0.06, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #575560 is Cyan = 0.09, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB878596-
CMYK0.090.1100.62
HSL250.91º6.08%35.49%-
HSV(B)250.91º11.46%37.65%-
XYZ9.299.3712.38-
YUV86.85133.16128.11-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 32.46%
GREEN value IS 85 (33.59% from 255) = 31.72%
BLUE value IS 96 (37.89% from 255) = 35.82%
R=32.46%
G=31.72%
B=35.82%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8785960.090.1100.62250.916.0835.49
Hex5755609B03Efb623
Octal1271251401113076373643
Binary10101111010101110000010011011011111011111011110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #575560

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #575560; }

 p { color: rgb(87,85,96); }

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

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

 a { background-color: rgb(87,85,96); }

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

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

 span { border-color: rgb(87,85,96); }

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