#595152

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

Shades of Mortar #595152

Tints of Mortar #595152

Color information

#595152 (or 0x595152) is unknown color: approx Mortar. HEX triplet: 59, 51 and 52. RGB value is (89,81,82). Sum of RGB (Red+Green+Blue) = 89+81+82=252 (33% of max value = 765). Red value is 89 (35.16% from 255 or 35.32% from 252); Green value is 81 (32.03% from 255 or 32.14% from 252); Blue value is 82 (32.42% from 255 or 32.54% from 252); Max value from RGB is 89 - color contains mainly: red. Hex color #595152 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #595152 is #A6AEAD. Grayscale: #535353. Windows color (decimal): -10923694 or 5394777. OLE color: 5394777.

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

Color convert

RGB898182-
CMYK00.090.080.65
HSL352.5º4.71%33.33%-
HSV(B)352.5º8.99%34.9%-
XYZ8.598.629.19-
YUV83.51127.15131.92-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 35.32%
GREEN value IS 81 (32.03% from 255) = 32.14%
BLUE value IS 82 (32.42% from 255) = 32.54%
R=35.32%
G=32.14%
B=32.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.08
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89818200.090.080.65352.54.7133.33
Hex59515209841161521
Octal13112112201110101541541
Binary1011001101000110100100100110001000001101100001101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #595152

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #595152; }

 p { color: rgb(89,81,82); }

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

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

 a { background-color: rgb(89,81,82); }

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

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

 span { border-color: rgb(89,81,82); }

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