Html Css Color HEX #5A5956 Masala

📋 copy color: '#5A5956'

red 90 ◦ green 89 ◦ blue 86

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

Shades of Masala #5A5956

Tints of Masala #5A5956

RGB

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

 GREEN value IS 89 (35.16% from 255) = 33.58%

 BLUE value IS 86 (33.98% from 255) = 32.45%

R = 33.96%
G = 33.58%
B = 32.45%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.04

 K value IS 0.65

RGB Variations

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

Color information

#5A5956 (or 0x5A5956) is known color: Masala. HEX triplet: 5A, 59 and 56. RGB value is (90,89,86). Sum of RGB (Red+Green+Blue) = 90+89+86=265 (35% of max value = 765). Red value is 90 (35.55% from 255 or 33.96% from 265); Green value is 89 (35.16% from 255 or 33.58% from 265); Blue value is 86 (33.98% from 255 or 32.45% from 265); Max value from RGB is 90 - color contains mainly: red. Hex color #5A5956 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A5956 is #A5A6A9. Grayscale: #585858. Windows color (decimal): -10856106 or 5658970. OLE color: 5658970.

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

Color convert

RGB 90 89 86 -
CMYK 0 0.01 0.04 0.65
HSL 45º 0.02% 0.35% -
HSV(B) 45º 0.04% 0.35% -
XYZ 9.47 9.99 10.23 -
YUV 88.96 126.33 128.74 -
System Red Green Blue C M Y K H S L
Decimal 90 89 86 0 0.01 0.04 0.65 45 0.02 0.35
Hex 5A 59 56 0 1 4 41 2D 2 23
Octal 132 131 126 0 1 4 101 55 2 43
Binary 1011010 1011001 1010110 0 1 100 1000001 101101 10 100011

Color Harmonies of #5A5956

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A5956

Black with #5A5956

Text Example


Text Example

White with #5A5956

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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