#595253

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

Shades of Mortar #595253

Tints of Mortar #595253

Color information

#595253 (or 0x595253) is unknown color: approx Mortar. HEX triplet: 59, 52 and 53. RGB value is (89,82,83). Sum of RGB (Red+Green+Blue) = 89+82+83=254 (33% of max value = 765). Red value is 89 (35.16% from 255 or 35.04% from 254); Green value is 82 (32.42% from 255 or 32.28% from 254); Blue value is 83 (32.81% from 255 or 32.68% from 254); Max value from RGB is 89 - color contains mainly: red. Hex color #595253 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #595253 is #A6ADAC. Grayscale: #545454. Windows color (decimal): -10923437 or 5460569. OLE color: 5460569.

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

Color convert

RGB898283-
CMYK00.080.070.65
HSL351.43º4.09%33.53%-
HSV(B)351.43º7.87%34.9%-
XYZ8.78.789.42-
YUV84.21127.32131.42-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 35.04%
GREEN value IS 82 (32.42% from 255) = 32.28%
BLUE value IS 83 (32.81% from 255) = 32.68%
R=35.04%
G=32.28%
B=32.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.07
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89828300.080.070.65351.434.0933.53
Hex5952530874115f422
Octal1311221230107101537442
Binary101100110100101010011010001111000001101011111100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #595253

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #595253; }

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

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

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

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

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

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

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

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