#585152

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

Shades of Mortar #585152

Tints of Mortar #585152

Color information

#585152 (or 0x585152) is unknown color: approx Mortar. HEX triplet: 58, 51 and 52. RGB value is (88,81,82). Sum of RGB (Red+Green+Blue) = 88+81+82=251 (33% of max value = 765). Red value is 88 (34.77% from 255 or 35.06% from 251); Green value is 81 (32.03% from 255 or 32.27% from 251); Blue value is 82 (32.42% from 255 or 32.67% from 251); Max value from RGB is 88 - color contains mainly: red. Hex color #585152 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #585152 is #A7AEAD. Grayscale: #535353. Windows color (decimal): -10989230 or 5394776. OLE color: 5394776.

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

Color convert

RGB888182-
CMYK00.080.070.65
HSL351.43º4.14%33.14%-
HSV(B)351.43º7.95%34.51%-
XYZ8.498.579.19-
YUV83.21127.32131.42-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 35.06%
GREEN value IS 81 (32.03% from 255) = 32.27%
BLUE value IS 82 (32.42% from 255) = 32.67%
R=35.06%
G=32.27%
B=32.67%

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
Decimal88818200.080.070.65351.434.1433.14
Hex5851520874115f421
Octal1301211220107101537441
Binary101100010100011010010010001111000001101011111100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #585152

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #585152; }

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

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

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

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

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

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

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

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