#565253

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

Shades of Mortar #565253

Tints of Mortar #565253

Color information

#565253 (or 0x565253) is unknown color: approx Mortar. HEX triplet: 56, 52 and 53. RGB value is (86,82,83). Sum of RGB (Red+Green+Blue) = 86+82+83=251 (33% of max value = 765). Red value is 86 (33.98% from 255 or 34.26% from 251); Green value is 82 (32.42% from 255 or 32.67% from 251); Blue value is 83 (32.81% from 255 or 33.07% from 251); Max value from RGB is 86 - color contains mainly: red. Hex color #565253 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #565253 is #A9ADAC. Grayscale: #535353. Windows color (decimal): -11120045 or 5460566. OLE color: 5460566.

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

Color convert

RGB868283-
CMYK00.050.030.66
HSL345º2.38%32.94%-
HSV(B)345º4.65%33.73%-
XYZ8.428.649.41-
YUV83.31127.83129.92-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 34.26%
GREEN value IS 82 (32.42% from 255) = 32.67%
BLUE value IS 83 (32.81% from 255) = 33.07%
R=34.26%
G=32.67%
B=33.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.03
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86828300.050.030.663452.3832.94
Hex56525305342159221
Octal126122123053102531241
Binary101011010100101010011010111100001010101100110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #565253

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #565253; }

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

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

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

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

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

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

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

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