#575452

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

Shades of Tundora #575452

Tints of Tundora #575452

Color information

#575452 (or 0x575452) is unknown color: approx Tundora. HEX triplet: 57, 54 and 52. RGB value is (87,84,82). Sum of RGB (Red+Green+Blue) = 87+84+82=253 (33% of max value = 765). Red value is 87 (34.38% from 255 or 34.39% from 253); Green value is 84 (33.20% from 255 or 33.20% from 253); Blue value is 82 (32.42% from 255 or 32.41% from 253); Max value from RGB is 87 - color contains mainly: red. Hex color #575452 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #575452 is #A8ABAD. Grayscale: #545454. Windows color (decimal): -11053998 or 5395543. OLE color: 5395543.

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

Color convert

RGB878482-
CMYK00.030.060.66
HSL24º2.96%33.14%-
HSV(B)24º5.75%34.12%-
XYZ8.628.989.26-
YUV84.67126.49129.66-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 34.39%
GREEN value IS 84 (33.20% from 255) = 33.20%
BLUE value IS 82 (32.42% from 255) = 32.41%
R=34.39%
G=33.20%
B=32.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.06
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87848200.030.060.66242.9633.14
Hex5754520364218321
Octal12712412203610230341
Binary10101111010100101001001111010000101100011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #575452

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #575452; }

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

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

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

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

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

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

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

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