#575655

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

Shades of Tundora #575655

Tints of Tundora #575655

Color information

#575655 (or 0x575655) is unknown color: approx Tundora. HEX triplet: 57, 56 and 55. RGB value is (87,86,85). Sum of RGB (Red+Green+Blue) = 87+86+85=258 (34% of max value = 765). Red value is 87 (34.38% from 255 or 33.72% from 258); Green value is 86 (33.98% from 255 or 33.33% from 258); Blue value is 85 (33.59% from 255 or 32.95% from 258); Max value from RGB is 87 - color contains mainly: red. Hex color #575655 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #575655 is #A8A9AA. Grayscale: #565656. Windows color (decimal): -11053483 or 5592663. OLE color: 5592663.

HSL color Cylindrical-coordinate representation of color #575655: hue angle of 30º degrees, saturation: 0.01, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #575655 is Cyan = 0, Magento = 0.01, Yellow = 0.02 and Black (K on CMYK) = 0.66.

Color convert

RGB878685-
CMYK00.010.020.66
HSL30º1.16%33.73%-
HSV(B)30º2.3%34.12%-
XYZ8.99.349.93-
YUV86.18127.33128.58-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 33.72%
GREEN value IS 86 (33.98% from 255) = 33.33%
BLUE value IS 85 (33.59% from 255) = 32.95%
R=33.72%
G=33.33%
B=32.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.02
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87868500.010.020.66301.1633.73
Hex575655012421e122
Octal12712612501210236142
Binary10101111010110101010101101000010111101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #575655

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #575655; }

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

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

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

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

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

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

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

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