#595354

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

Shades of Mortar #595354

Tints of Mortar #595354

Color information

#595354 (or 0x595354) is unknown color: approx Mortar. HEX triplet: 59, 53 and 54. RGB value is (89,83,84). Sum of RGB (Red+Green+Blue) = 89+83+84=256 (33% of max value = 765). Red value is 89 (35.16% from 255 or 34.77% from 256); Green value is 83 (32.81% from 255 or 32.42% from 256); Blue value is 84 (33.20% from 255 or 32.81% from 256); Max value from RGB is 89 - color contains mainly: red. Hex color #595354 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #595354 is #A6ACAB. Grayscale: #545454. Windows color (decimal): -10923180 or 5526361. OLE color: 5526361.

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

Color convert

RGB898384-
CMYK00.070.060.65
HSL350º3.49%33.73%-
HSV(B)350º6.74%34.9%-
XYZ8.818.959.65-
YUV84.91127.49130.92-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 34.77%
GREEN value IS 83 (32.81% from 255) = 32.42%
BLUE value IS 84 (33.20% from 255) = 32.81%
R=34.77%
G=32.42%
B=32.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.06
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89838400.070.060.653503.4933.73
Hex5953540764115e322
Octal131123124076101536342
Binary1011001101001110101000111110100000110101111011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #595354

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #595354; }

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

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

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

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

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

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

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

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