#595051

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

Shades of Mortar #595051

Tints of Mortar #595051

Color information

#595051 (or 0x595051) is unknown color: approx Mortar. HEX triplet: 59, 50 and 51. RGB value is (89,80,81). Sum of RGB (Red+Green+Blue) = 89+80+81=250 (33% of max value = 765). Red value is 89 (35.16% from 255 or 35.6% from 250); Green value is 80 (31.64% from 255 or 32% from 250); Blue value is 81 (32.03% from 255 or 32.4% from 250); Max value from RGB is 89 - color contains mainly: red. Hex color #595051 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #595051 is #A6AFAE. Grayscale: #525252. Windows color (decimal): -10923951 or 5328985. OLE color: 5328985.

HSL color Cylindrical-coordinate representation of color #595051: hue angle of 353.33º degrees, saturation: 0.05, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #595051 is Cyan = 0, Magento = 0.10, Yellow = 0.09 and Black (K on CMYK) = 0.65.

Color convert

RGB898081-
CMYK00.100.090.65
HSL353.33º5.33%33.14%-
HSV(B)353.33º10.11%34.9%-
XYZ8.478.468.97-
YUV82.8126.98132.42-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 35.6%
GREEN value IS 80 (31.64% from 255) = 32%
BLUE value IS 81 (32.03% from 255) = 32.4%
R=35.6%
G=32%
B=32.4%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.09
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89808100.100.090.65353.335.3333.14
Hex5950510A941161521
Octal13112012101211101541541
Binary1011001101000010100010101010011000001101100001101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #595051

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #595051; }

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

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

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

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

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

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

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

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