#575152

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

Shades of Mortar #575152

Tints of Mortar #575152

Color information

#575152 (or 0x575152) is unknown color: approx Mortar. HEX triplet: 57, 51 and 52. RGB value is (87,81,82). Sum of RGB (Red+Green+Blue) = 87+81+82=250 (33% of max value = 765). Red value is 87 (34.38% from 255 or 34.8% from 250); Green value is 81 (32.03% from 255 or 32.4% from 250); Blue value is 82 (32.42% from 255 or 32.8% from 250); Max value from RGB is 87 - color contains mainly: red. Hex color #575152 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #575152 is #A8AEAD. Grayscale: #525252. Windows color (decimal): -11054766 or 5394775. OLE color: 5394775.

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

Color convert

RGB878182-
CMYK00.070.060.66
HSL350º3.57%32.94%-
HSV(B)350º6.9%34.12%-
XYZ8.48.529.18-
YUV82.91127.49130.92-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 34.8%
GREEN value IS 81 (32.03% from 255) = 32.4%
BLUE value IS 82 (32.42% from 255) = 32.8%
R=34.8%
G=32.4%
B=32.8%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.06
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87818200.070.060.663503.5732.94
Hex5751520764215e421
Octal127121122076102536441
Binary10101111010001101001001111101000010101011110100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #575152

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #575152; }

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

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

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

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

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

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

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

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