#565152

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

Shades of Mortar #565152

Tints of Mortar #565152

Color information

#565152 (or 0x565152) is unknown color: approx Mortar. HEX triplet: 56, 51 and 52. RGB value is (86,81,82). Sum of RGB (Red+Green+Blue) = 86+81+82=249 (32% of max value = 765). Red value is 86 (33.98% from 255 or 34.54% from 249); Green value is 81 (32.03% from 255 or 32.53% from 249); Blue value is 82 (32.42% from 255 or 32.93% from 249); Max value from RGB is 86 - color contains mainly: red. Hex color #565152 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #565152 is #A9AEAD. Grayscale: #525252. Windows color (decimal): -11120302 or 5394774. OLE color: 5394774.

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

Color convert

RGB868182-
CMYK00.060.050.66
HSL348º2.99%32.75%-
HSV(B)348º5.81%33.73%-
XYZ8.38.479.18-
YUV82.61127.66130.42-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 34.54%
GREEN value IS 81 (32.03% from 255) = 32.53%
BLUE value IS 82 (32.42% from 255) = 32.93%
R=34.54%
G=32.53%
B=32.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.05
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86818200.060.050.663482.9932.75
Hex5651520654215c321
Octal126121122065102534341
Binary1010110101000110100100110101100001010101110011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #565152

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #565152; }

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

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

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

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

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

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

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

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