#575051

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

Shades of Mortar #575051

Tints of Mortar #575051

Color information

#575051 (or 0x575051) is unknown color: approx Mortar. HEX triplet: 57, 50 and 51. RGB value is (87,80,81). Sum of RGB (Red+Green+Blue) = 87+80+81=248 (32% of max value = 765). Red value is 87 (34.38% from 255 or 35.08% from 248); Green value is 80 (31.64% from 255 or 32.26% from 248); Blue value is 81 (32.03% from 255 or 32.66% from 248); Max value from RGB is 87 - color contains mainly: red. Hex color #575051 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #575051 is #A8AFAE. Grayscale: #525252. Windows color (decimal): -11055023 or 5328983. OLE color: 5328983.

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

Color convert

RGB878081-
CMYK00.080.070.66
HSL351.43º4.19%32.75%-
HSV(B)351.43º8.05%34.12%-
XYZ8.288.368.96-
YUV82.21127.32131.42-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 35.08%
GREEN value IS 80 (31.64% from 255) = 32.26%
BLUE value IS 81 (32.03% from 255) = 32.66%
R=35.08%
G=32.26%
B=32.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.07
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87808100.080.070.66351.434.1932.75
Hex5750510874215f421
Octal1271201210107102537441
Binary101011110100001010001010001111000010101011111100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #575051

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #575051; }

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

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

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

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

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

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

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

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