#585253

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

Shades of Mortar #585253

Tints of Mortar #585253

Color information

#585253 (or 0x585253) is unknown color: approx Mortar. HEX triplet: 58, 52 and 53. RGB value is (88,82,83). Sum of RGB (Red+Green+Blue) = 88+82+83=253 (33% of max value = 765). Red value is 88 (34.77% from 255 or 34.78% from 253); Green value is 82 (32.42% from 255 or 32.41% from 253); Blue value is 83 (32.81% from 255 or 32.81% from 253); Max value from RGB is 88 - color contains mainly: red. Hex color #585253 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #585253 is #A7ADAC. Grayscale: #535353. Windows color (decimal): -10988973 or 5460568. OLE color: 5460568.

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

Color convert

RGB888283-
CMYK00.070.060.65
HSL350º3.53%33.33%-
HSV(B)350º6.82%34.51%-
XYZ8.68.739.42-
YUV83.91127.49130.92-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 34.78%
GREEN value IS 82 (32.42% from 255) = 32.41%
BLUE value IS 83 (32.81% from 255) = 32.81%
R=34.78%
G=32.41%
B=32.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.06
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88828300.070.060.653503.5333.33
Hex5852530764115e421
Octal130122123076101536441
Binary10110001010010101001101111101000001101011110100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #585253

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #585253; }

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

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

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

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

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

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

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

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