#575566

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

Shades of Smoky #575566

Tints of Smoky #575566

Color information

#575566 (or 0x575566) is unknown color: approx Smoky. HEX triplet: 57, 55 and 66. RGB value is (87,85,102). Sum of RGB (Red+Green+Blue) = 87+85+102=274 (36% of max value = 765). Red value is 87 (34.38% from 255 or 31.75% from 274); Green value is 85 (33.59% from 255 or 31.02% from 274); Blue value is 102 (40.23% from 255 or 37.23% from 274); Max value from RGB is 102 - color contains mainly: blue. Hex color #575566 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #575566 is #A8AA99. Grayscale: #575757. Windows color (decimal): -11053722 or 6706519. OLE color: 6706519.

HSL color Cylindrical-coordinate representation of color #575566: hue angle of 247.06º degrees, saturation: 0.09, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #575566 is Cyan = 0.15, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB8785102-
CMYK0.150.1700.6
HSL247.06º9.09%36.67%-
HSV(B)247.06º16.67%40%-
XYZ9.589.4813.9-
YUV87.54136.16127.62-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 31.75%
GREEN value IS 85 (33.59% from 255) = 31.02%
BLUE value IS 102 (40.23% from 255) = 37.23%
R=31.75%
G=31.02%
B=37.23%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal87851020.150.1700.6247.069.0936.67
Hex575566F1103Cf7925
Octal12712514617210743671145
Binary1010111101010111001101111100010111100111101111001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #575566

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #575566; }

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

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

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

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

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

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

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

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