#545152

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

Shades of Mortar #545152

Tints of Mortar #545152

Color information

#545152 (or 0x545152) is unknown color: approx Mortar. HEX triplet: 54, 51 and 52. RGB value is (84,81,82). Sum of RGB (Red+Green+Blue) = 84+81+82=247 (32% of max value = 765). Red value is 84 (33.20% from 255 or 34.01% from 247); Green value is 81 (32.03% from 255 or 32.79% from 247); Blue value is 82 (32.42% from 255 or 33.20% from 247); Max value from RGB is 84 - color contains mainly: red. Hex color #545152 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #545152 is #ABAEAD. Grayscale: #525252. Windows color (decimal): -11251374 or 5394772. OLE color: 5394772.

HSL color Cylindrical-coordinate representation of color #545152: 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 #545152 is Cyan = 0, Magento = 0.04, Yellow = 0.02 and Black (K on CMYK) = 0.67.

Color convert

RGB848182-
CMYK00.040.020.67
HSL340º1.82%32.35%-
HSV(B)340º3.57%32.94%-
XYZ8.128.389.17-
YUV82.01127.99129.42-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 34.01%
GREEN value IS 81 (32.03% from 255) = 32.79%
BLUE value IS 82 (32.42% from 255) = 33.20%
R=34.01%
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
Decimal84818200.040.020.673401.8232.35
Hex54515204243154220
Octal124121122042103524240
Binary101010010100011010010010010100001110101010010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #545152

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #545152; }

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

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

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

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

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

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

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

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