#595350

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

Shades of Tundora #595350

Tints of Tundora #595350

Color information

#595350 (or 0x595350) is unknown color: approx Tundora. HEX triplet: 59, 53 and 50. RGB value is (89,83,80). Sum of RGB (Red+Green+Blue) = 89+83+80=252 (33% of max value = 765). Red value is 89 (35.16% from 255 or 35.32% from 252); Green value is 83 (32.81% from 255 or 32.94% from 252); Blue value is 80 (31.64% from 255 or 31.75% from 252); Max value from RGB is 89 - color contains mainly: red. Hex color #595350 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #595350 is #A6ACAF. Grayscale: #545454. Windows color (decimal): -10923184 or 5264217. OLE color: 5264217.

HSL color Cylindrical-coordinate representation of color #595350: hue angle of 20º degrees, saturation: 0.05, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #595350 is Cyan = 0, Magento = 0.07, Yellow = 0.10 and Black (K on CMYK) = 0.65.

Color convert

RGB898380-
CMYK00.070.100.65
HSL20º5.33%33.14%-
HSV(B)20º10.11%34.9%-
XYZ8.668.898.85-
YUV84.45125.49131.24-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 35.32%
GREEN value IS 83 (32.81% from 255) = 32.94%
BLUE value IS 80 (31.64% from 255) = 31.75%
R=35.32%
G=32.94%
B=31.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.10
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89838000.070.100.65205.3333.14
Hex59535007A4114521
Octal131123120071210124541
Binary10110011010011101000001111010100000110100101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #595350

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #595350; }

 p { color: rgb(89,83,80); }

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

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

 a { background-color: rgb(89,83,80); }

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

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

 span { border-color: rgb(89,83,80); }

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