#585051

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

Shades of Mortar #585051

Tints of Mortar #585051

Color information

#585051 (or 0x585051) is unknown color: approx Mortar. HEX triplet: 58, 50 and 51. RGB value is (88,80,81). Sum of RGB (Red+Green+Blue) = 88+80+81=249 (32% of max value = 765). Red value is 88 (34.77% from 255 or 35.34% from 249); Green value is 80 (31.64% from 255 or 32.13% from 249); Blue value is 81 (32.03% from 255 or 32.53% from 249); Max value from RGB is 88 - color contains mainly: red. Hex color #585051 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #585051 is #A7AFAE. Grayscale: #525252. Windows color (decimal): -10989487 or 5328984. OLE color: 5328984.

HSL color Cylindrical-coordinate representation of color #585051: 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 #585051 is Cyan = 0, Magento = 0.09, Yellow = 0.08 and Black (K on CMYK) = 0.65.

Color convert

RGB888081-
CMYK00.090.080.65
HSL352.5º4.76%32.94%-
HSV(B)352.5º9.09%34.51%-
XYZ8.388.418.97-
YUV82.51127.15131.92-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 35.34%
GREEN value IS 80 (31.64% from 255) = 32.13%
BLUE value IS 81 (32.03% from 255) = 32.53%
R=35.34%
G=32.13%
B=32.53%

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
Decimal88808100.090.080.65352.54.7632.94
Hex58505109841161521
Octal13012012101110101541541
Binary1011000101000010100010100110001000001101100001101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #585051

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #585051; }

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

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

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

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

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

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

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

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