Html Css Color HEX #5A5447 Masala

📋 copy color: '#5A5447'

red 90 ◦ green 84 ◦ blue 71

#5A5447
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Masala #5A5447

Tints of Masala #5A5447

RGB

 RED value IS 90 (35.55% from 255) = 36.73%

 GREEN value IS 84 (33.2% from 255) = 34.29%

 BLUE value IS 71 (28.13% from 255) = 28.98%

R = 36.73%
G = 34.29%
B = 28.98%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.21

 K value IS 0.65

RGB Variations

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

Color information

#5A5447 (or 0x5A5447) is known color: Masala. HEX triplet: 5A, 54 and 47. RGB value is (90,84,71). Sum of RGB (Red+Green+Blue) = 90+84+71=245 (32% of max value = 765). Red value is 90 (35.55% from 255 or 36.73% from 245); Green value is 84 (33.20% from 255 or 34.29% from 245); Blue value is 71 (28.12% from 255 or 28.98% from 245); Max value from RGB is 90 - color contains mainly: red. Hex color #5A5447 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5A5447 is #A5ABB8. Grayscale: #545454. Windows color (decimal): -10857401 or 4674650. OLE color: 4674650.

HSL color Cylindrical-coordinate representation of color #5A5447: hue angle of 41.05º degrees, saturation: 0.12, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #5A5447 is Cyan = 0, Magento = 0.07, Yellow = 0.21 and Black (K on CMYK) = 0.65.

Color convert

RGB 90 84 71 -
CMYK 0 0.07 0.21 0.65
HSL 41.05º 0.12% 0.32% -
HSV(B) 41.05º 0.21% 0.35% -
XYZ 8.52 8.97 7.24 -
YUV 84.31 120.49 132.06 -
System Red Green Blue C M Y K H S L
Decimal 90 84 71 0 0.07 0.21 0.65 41.05 0.12 0.32
Hex 5A 54 47 0 7 15 41 29 C 20
Octal 132 124 107 0 7 25 101 51 14 40
Binary 1011010 1010100 1000111 0 111 10101 1000001 101001 1100 100000

Color Harmonies of #5A5447

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A5447

Black with #5A5447

Text Example


Text Example

White with #5A5447

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,84,71); }

 H1.HeaderClassName
 {
   color: #5A5447;
 }
 .AnyTagClassName
 {
   color: #5A5447;
 }
</style>

background-color css

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

 a { background-color: rgb(90,84,71); }

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

border-color css

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

 span { border-color: rgb(90,84,71); }

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