Html Css Color HEX #5B5649 Masala

📋 copy color: '#5B5649'

red 91 ◦ green 86 ◦ blue 73

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

Shades of Masala #5B5649

Tints of Masala #5B5649

RGB

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

 GREEN value IS 86 (33.98% from 255) = 34.4%

 BLUE value IS 73 (28.91% from 255) = 29.2%

R = 36.4%
G = 34.4%
B = 29.2%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.20

 K value IS 0.64

RGB Variations

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

Color information

#5B5649 (or 0x5B5649) is known color: Masala. HEX triplet: 5B, 56 and 49. RGB value is (91,86,73). Sum of RGB (Red+Green+Blue) = 91+86+73=250 (33% of max value = 765). Red value is 91 (35.94% from 255 or 36.4% from 250); Green value is 86 (33.98% from 255 or 34.4% from 250); Blue value is 73 (28.91% from 255 or 29.2% from 250); Max value from RGB is 91 - color contains mainly: red. Hex color #5B5649 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5B5649 is #A4A9B6. Grayscale: #565656. Windows color (decimal): -10791351 or 4806235. OLE color: 4806235.

HSL color Cylindrical-coordinate representation of color #5B5649: hue angle of 43.33º degrees, saturation: 0.11, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #5B5649 is Cyan = 0, Magento = 0.05, Yellow = 0.20 and Black (K on CMYK) = 0.64.

Color convert

RGB 91 86 73 -
CMYK 0 0.05 0.20 0.64
HSL 43.33º 0.11% 0.32% -
HSV(B) 43.33º 0.2% 0.36% -
XYZ 8.84 9.36 7.64 -
YUV 86.01 120.66 131.56 -
System Red Green Blue C M Y K H S L
Decimal 91 86 73 0 0.05 0.20 0.64 43.33 0.11 0.32
Hex 5B 56 49 0 5 14 40 2B B 20
Octal 133 126 111 0 5 24 100 53 13 40
Binary 1011011 1010110 1001001 0 101 10100 1000000 101011 1011 100000

Color Harmonies of #5B5649

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B5649

Black with #5B5649

Text Example


Text Example

White with #5B5649

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,86,73); }

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

background-color css

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

 a { background-color: rgb(91,86,73); }

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

border-color css

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

 span { border-color: rgb(91,86,73); }

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