#535051

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

Shades of Mortar #535051

Tints of Mortar #535051

Color information

#535051 (or 0x535051) is unknown color: approx Mortar. HEX triplet: 53, 50 and 51. RGB value is (83,80,81). Sum of RGB (Red+Green+Blue) = 83+80+81=244 (32% of max value = 765). Red value is 83 (32.81% from 255 or 34.02% from 244); Green value is 80 (31.64% from 255 or 32.79% from 244); Blue value is 81 (32.03% from 255 or 33.20% from 244); Max value from RGB is 83 - color contains mainly: red. Hex color #535051 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #535051 is #ACAFAE. Grayscale: #515151. Windows color (decimal): -11317167 or 5328979. OLE color: 5328979.

HSL color Cylindrical-coordinate representation of color #535051: hue angle of 340º degrees, saturation: 0.02, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #535051 is Cyan = 0, Magento = 0.04, Yellow = 0.02 and Black (K on CMYK) = 0.67.

Color convert

RGB838081-
CMYK00.040.020.67
HSL340º1.84%31.96%-
HSV(B)340º3.61%32.55%-
XYZ7.928.178.94-
YUV81.01127.99129.42-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 34.02%
GREEN value IS 80 (31.64% from 255) = 32.79%
BLUE value IS 81 (32.03% from 255) = 33.20%
R=34.02%
G=32.79%
B=33.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.02
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83808100.040.020.673401.8431.96
Hex53505104243154220
Octal123120121042103524240
Binary101001110100001010001010010100001110101010010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #535051

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #535051; }

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

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

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

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

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

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

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

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