#5A5152

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

Shades of Mortar #5A5152

Tints of Mortar #5A5152

Color information

#5A5152 (or 0x5A5152) is unknown color: approx Mortar. HEX triplet: 5A, 51 and 52. RGB value is (90,81,82). Sum of RGB (Red+Green+Blue) = 90+81+82=253 (33% of max value = 765). Red value is 90 (35.55% from 255 or 35.57% from 253); Green value is 81 (32.03% from 255 or 32.02% from 253); Blue value is 82 (32.42% from 255 or 32.41% from 253); Max value from RGB is 90 - color contains mainly: red. Hex color #5A5152 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A5152 is #A5AEAD. Grayscale: #535353. Windows color (decimal): -10858158 or 5394778. OLE color: 5394778.

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

Color convert

RGB908182-
CMYK00.10.090.65
HSL353.33º5.26%33.53%-
HSV(B)353.33º10%35.29%-
XYZ8.688.679.2-
YUV83.8126.98132.42-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 35.57%
GREEN value IS 81 (32.03% from 255) = 32.02%
BLUE value IS 82 (32.42% from 255) = 32.41%
R=35.57%
G=32.02%
B=32.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.1
Y (Yellow) values IS 0.09
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal90818200.10.090.65353.335.2633.53
Hex5A51520A941161522
Octal13212112201211101541542
Binary1011010101000110100100101010011000001101100001101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A5152

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5A5152; }

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

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

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

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

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

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

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

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