Html Css Color HEX #5B5446 Masala

📋 copy color: '#5B5446'

red 91 ◦ green 84 ◦ blue 70

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

Shades of Masala #5B5446

Tints of Masala #5B5446

RGB

 RED value IS 91 (35.94% from 255) = 37.14%

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

 BLUE value IS 70 (27.73% from 255) = 28.57%

R = 37.14%
G = 34.29%
B = 28.57%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.23

 K value IS 0.64

RGB Variations

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

Color information

#5B5446 (or 0x5B5446) is known color: Masala. HEX triplet: 5B, 54 and 46. RGB value is (91,84,70). Sum of RGB (Red+Green+Blue) = 91+84+70=245 (32% of max value = 765). Red value is 91 (35.94% from 255 or 37.14% from 245); Green value is 84 (33.20% from 255 or 34.29% from 245); Blue value is 70 (27.73% from 255 or 28.57% from 245); Max value from RGB is 91 - color contains mainly: red. Hex color #5B5446 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5B5446 is #A4ABB9. Grayscale: #545454. Windows color (decimal): -10791866 or 4609115. OLE color: 4609115.

HSL color Cylindrical-coordinate representation of color #5B5446: hue angle of 40º degrees, saturation: 0.13, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #5B5446 is Cyan = 0, Magento = 0.08, Yellow = 0.23 and Black (K on CMYK) = 0.64.

Color convert

RGB 91 84 70 -
CMYK 0 0.08 0.23 0.64
HSL 40º 0.13% 0.32% -
HSV(B) 40º 0.23% 0.36% -
XYZ 8.59 9.01 7.08 -
YUV 84.5 119.82 132.64 -
System Red Green Blue C M Y K H S L
Decimal 91 84 70 0 0.08 0.23 0.64 40 0.13 0.32
Hex 5B 54 46 0 8 17 40 28 D 20
Octal 133 124 106 0 10 27 100 50 15 40
Binary 1011011 1010100 1000110 0 1000 10111 1000000 101000 1101 100000

Color Harmonies of #5B5446

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B5446

Black with #5B5446

Text Example


Text Example

White with #5B5446

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,84,70); }

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

background-color css

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

 a { background-color: rgb(91,84,70); }

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

border-color css

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

 span { border-color: rgb(91,84,70); }

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