#5C5956

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

Shades of Tundora #5C5956

Tints of Tundora #5C5956

Color information

#5C5956 (or 0x5C5956) is unknown color: approx Tundora. HEX triplet: 5C, 59 and 56. RGB value is (92,89,86). Sum of RGB (Red+Green+Blue) = 92+89+86=267 (35% of max value = 765). Red value is 92 (36.33% from 255 or 34.46% from 267); Green value is 89 (35.16% from 255 or 33.33% from 267); Blue value is 86 (33.98% from 255 or 32.21% from 267); Max value from RGB is 92 - color contains mainly: red. Hex color #5C5956 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5C5956 is #A3A6A9. Grayscale: #595959. Windows color (decimal): -10725034 or 5658972. OLE color: 5658972.

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

Color convert

RGB928986-
CMYK00.030.070.64
HSL30º3.37%34.9%-
HSV(B)30º6.52%36.08%-
XYZ9.6710.0910.24-
YUV89.56125.99129.74-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 34.46%
GREEN value IS 89 (35.16% from 255) = 33.33%
BLUE value IS 86 (33.98% from 255) = 32.21%
R=34.46%
G=33.33%
B=32.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.07
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal92898600.030.070.64303.3734.9
Hex5C5956037401e323
Octal13413112603710036343
Binary10111001011001101011001111110000001111011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C5956

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,89,86); }

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

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

 a { background-color: rgb(92,89,86); }

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

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

 span { border-color: rgb(92,89,86); }

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