#575253

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

Shades of Mortar #575253

Tints of Mortar #575253

Color information

#575253 (or 0x575253) is unknown color: approx Mortar. HEX triplet: 57, 52 and 53. RGB value is (87,82,83). Sum of RGB (Red+Green+Blue) = 87+82+83=252 (33% of max value = 765). Red value is 87 (34.38% from 255 or 34.52% from 252); Green value is 82 (32.42% from 255 or 32.54% from 252); Blue value is 83 (32.81% from 255 or 32.94% from 252); Max value from RGB is 87 - color contains mainly: red. Hex color #575253 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #575253 is #A8ADAC. Grayscale: #535353. Windows color (decimal): -11054509 or 5460567. OLE color: 5460567.

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

Color convert

RGB878283-
CMYK00.060.050.66
HSL348º2.96%33.14%-
HSV(B)348º5.75%34.12%-
XYZ8.518.699.41-
YUV83.61127.66130.42-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 34.52%
GREEN value IS 82 (32.42% from 255) = 32.54%
BLUE value IS 83 (32.81% from 255) = 32.94%
R=34.52%
G=32.54%
B=32.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.05
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87828300.060.050.663482.9633.14
Hex5752530654215c321
Octal127122123065102534341
Binary1010111101001010100110110101100001010101110011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #575253

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #575253; }

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

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

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

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

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

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

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

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