Html Css Color HEX #5A5650 Masala

📋 copy color: '#5A5650'

red 90 ◦ green 86 ◦ blue 80

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

Shades of Masala #5A5650

Tints of Masala #5A5650

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 31.25%

R = 35.16%
G = 33.59%
B = 31.25%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.11

 K value IS 0.65

RGB Variations

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

Color information

#5A5650 (or 0x5A5650) is known color: Masala. HEX triplet: 5A, 56 and 50. RGB value is (90,86,80). Sum of RGB (Red+Green+Blue) = 90+86+80=256 (33% of max value = 765). Red value is 90 (35.55% from 255 or 35.16% from 256); Green value is 86 (33.98% from 255 or 33.59% from 256); Blue value is 80 (31.64% from 255 or 31.25% from 256); Max value from RGB is 90 - color contains mainly: red. Hex color #5A5650 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A5650 is #A5A9AF. Grayscale: #565656. Windows color (decimal): -10856880 or 5264986. OLE color: 5264986.

HSL color Cylindrical-coordinate representation of color #5A5650: hue angle of 36º degrees, saturation: 0.06, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #5A5650 is Cyan = 0, Magento = 0.04, Yellow = 0.11 and Black (K on CMYK) = 0.65.

Color convert

RGB 90 86 80 -
CMYK 0 0.04 0.11 0.65
HSL 36º 0.06% 0.33% -
HSV(B) 36º 0.11% 0.35% -
XYZ 8.99 9.41 8.93 -
YUV 86.51 124.33 130.49 -
System Red Green Blue C M Y K H S L
Decimal 90 86 80 0 0.04 0.11 0.65 36 0.06 0.33
Hex 5A 56 50 0 4 B 41 24 6 21
Octal 132 126 120 0 4 13 101 44 6 41
Binary 1011010 1010110 1010000 0 100 1011 1000001 100100 110 100001

Color Harmonies of #5A5650

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A5650

Black with #5A5650

Text Example


Text Example

White with #5A5650

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,86,80); }

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

background-color css

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

 a { background-color: rgb(90,86,80); }

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

border-color css

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

 span { border-color: rgb(90,86,80); }

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