#575660

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

Shades of Smoky #575660

Tints of Smoky #575660

Color information

#575660 (or 0x575660) is unknown color: approx Smoky. HEX triplet: 57, 56 and 60. RGB value is (87,86,96). Sum of RGB (Red+Green+Blue) = 87+86+96=269 (35% of max value = 765). Red value is 87 (34.38% from 255 or 32.34% from 269); Green value is 86 (33.98% from 255 or 31.97% from 269); Blue value is 96 (37.89% from 255 or 35.69% from 269); Max value from RGB is 96 - color contains mainly: blue. Hex color #575660 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #575660 is #A8A99F. Grayscale: #575757. Windows color (decimal): -11053472 or 6313559. OLE color: 6313559.

HSL color Cylindrical-coordinate representation of color #575660: hue angle of 246º degrees, saturation: 0.05, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #575660 is Cyan = 0.09, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB878696-
CMYK0.090.1000.62
HSL246º5.49%35.69%-
HSV(B)246º10.42%37.65%-
XYZ9.379.5312.41-
YUV87.44132.83127.69-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 32.34%
GREEN value IS 86 (33.98% from 255) = 31.97%
BLUE value IS 96 (37.89% from 255) = 35.69%
R=32.34%
G=31.97%
B=35.69%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8786960.090.1000.622465.4935.69
Hex5756609A03Ef6524
Octal1271261401112076366544
Binary10101111010110110000010011010011111011110110101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #575660

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #575660; }

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

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

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

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

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

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

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

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