#5E5854

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

Shades of Tundora #5E5854

Tints of Tundora #5E5854

Color information

#5E5854 (or 0x5E5854) is unknown color: approx Tundora. HEX triplet: 5E, 58 and 54. RGB value is (94,88,84). Sum of RGB (Red+Green+Blue) = 94+88+84=266 (35% of max value = 765). Red value is 94 (37.11% from 255 or 35.34% from 266); Green value is 88 (34.77% from 255 or 33.08% from 266); Blue value is 84 (33.20% from 255 or 31.58% from 266); Max value from RGB is 94 - color contains mainly: red. Hex color #5E5854 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5E5854 is #A1A7AB. Grayscale: #595959. Windows color (decimal): -10594220 or 5527646. OLE color: 5527646.

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

Color convert

RGB948884-
CMYK00.060.110.63
HSL24º5.62%34.9%-
HSV(B)24º10.64%36.86%-
XYZ9.71109.81-
YUV89.34124.99131.33-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 35.34%
GREEN value IS 88 (34.77% from 255) = 33.08%
BLUE value IS 84 (33.20% from 255) = 31.58%
R=35.34%
G=33.08%
B=31.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.11
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal94888400.060.110.63245.6234.9
Hex5E585406B3F18623
Octal13613012406137730643
Binary1011110101100010101000110101111111111000110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E5854

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,88,84); }

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

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

 a { background-color: rgb(94,88,84); }

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

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

 span { border-color: rgb(94,88,84); }

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