#5E5652

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

Shades of Tundora #5E5652

Tints of Tundora #5E5652

Color information

#5E5652 (or 0x5E5652) is unknown color: approx Tundora. HEX triplet: 5E, 56 and 52. RGB value is (94,86,82). Sum of RGB (Red+Green+Blue) = 94+86+82=262 (34% of max value = 765). Red value is 94 (37.11% from 255 or 35.88% from 262); Green value is 86 (33.98% from 255 or 32.82% from 262); Blue value is 82 (32.42% from 255 or 31.30% from 262); Max value from RGB is 94 - color contains mainly: red. Hex color #5E5652 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5E5652 is #A1A9AD. Grayscale: #575757. Windows color (decimal): -10594734 or 5396062. OLE color: 5396062.

HSL color Cylindrical-coordinate representation of color #5E5652: hue angle of 20º 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 #5E5652 is Cyan = 0, Magento = 0.09, Yellow = 0.13 and Black (K on CMYK) = 0.63.

Color convert

RGB948682-
CMYK00.090.130.63
HSL20º6.82%34.51%-
HSV(B)20º12.77%36.86%-
XYZ9.479.649.35-
YUV87.94124.65132.33-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 35.88%
GREEN value IS 86 (33.98% from 255) = 32.82%
BLUE value IS 82 (32.42% from 255) = 31.30%
R=35.88%
G=32.82%
B=31.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.13
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal94868200.090.130.63206.8234.51
Hex5E565209D3F14723
Octal136126122011157724743
Binary10111101010110101001001001110111111110100111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E5652

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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