#5E5752

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

Shades of Tundora #5E5752

Tints of Tundora #5E5752

Color information

#5E5752 (or 0x5E5752) is unknown color: approx Tundora. HEX triplet: 5E, 57 and 52. RGB value is (94,87,82). Sum of RGB (Red+Green+Blue) = 94+87+82=263 (34% of max value = 765). Red value is 94 (37.11% from 255 or 35.74% from 263); Green value is 87 (34.38% from 255 or 33.08% from 263); Blue value is 82 (32.42% from 255 or 31.18% from 263); Max value from RGB is 94 - color contains mainly: red. Hex color #5E5752 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5E5752 is #A1A8AD. Grayscale: #585858. Windows color (decimal): -10594478 or 5396318. OLE color: 5396318.

HSL color Cylindrical-coordinate representation of color #5E5752: hue angle of 25º degrees, saturation: 0.07, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #5E5752 is Cyan = 0, Magento = 0.07, Yellow = 0.13 and Black (K on CMYK) = 0.63.

Color convert

RGB948782-
CMYK00.070.130.63
HSL25º6.82%34.51%-
HSV(B)25º12.77%36.86%-
XYZ9.559.819.37-
YUV88.52124.32131.91-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 35.74%
GREEN value IS 87 (34.38% from 255) = 33.08%
BLUE value IS 82 (32.42% from 255) = 31.18%
R=35.74%
G=33.08%
B=31.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.13
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal94878200.070.130.63256.8234.51
Hex5E575207D3F19723
Octal13612712207157731743
Binary1011110101011110100100111110111111111001111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E5752

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5E5752; }

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

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

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

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

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

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

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

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