#575250

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

Shades of Tundora #575250

Tints of Tundora #575250

Color information

#575250 (or 0x575250) is unknown color: approx Tundora. HEX triplet: 57, 52 and 50. RGB value is (87,82,80). Sum of RGB (Red+Green+Blue) = 87+82+80=249 (32% of max value = 765). Red value is 87 (34.38% from 255 or 34.94% from 249); Green value is 82 (32.42% from 255 or 32.93% from 249); Blue value is 80 (31.64% from 255 or 32.13% from 249); Max value from RGB is 87 - color contains mainly: red. Hex color #575250 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #575250 is #A8ADAF. Grayscale: #535353. Windows color (decimal): -11054512 or 5263959. OLE color: 5263959.

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

Color convert

RGB878280-
CMYK00.060.080.66
HSL17.14º4.19%32.75%-
HSV(B)17.14º8.05%34.12%-
XYZ8.48.648.81-
YUV83.27126.16130.66-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 34.94%
GREEN value IS 82 (32.42% from 255) = 32.93%
BLUE value IS 80 (31.64% from 255) = 32.13%
R=34.94%
G=32.93%
B=32.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.08
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87828000.060.080.6617.144.1932.75
Hex5752500684211421
Octal127122120061010221441
Binary10101111010010101000001101000100001010001100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #575250

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #575250; }

 p { color: rgb(87,82,80); }

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

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

 a { background-color: rgb(87,82,80); }

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

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

 span { border-color: rgb(87,82,80); }

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