Html Css Color HEX #5A5853 Masala

📋 copy color: '#5A5853'

red 90 ◦ green 88 ◦ blue 83

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

Shades of Masala #5A5853

Tints of Masala #5A5853

RGB

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

 GREEN value IS 88 (34.77% from 255) = 33.72%

 BLUE value IS 83 (32.81% from 255) = 31.8%

R = 34.48%
G = 33.72%
B = 31.8%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.08

 K value IS 0.65

RGB Variations

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

Color information

#5A5853 (or 0x5A5853) is known color: Masala. HEX triplet: 5A, 58 and 53. RGB value is (90,88,83). Sum of RGB (Red+Green+Blue) = 90+88+83=261 (34% of max value = 765). Red value is 90 (35.55% from 255 or 34.48% from 261); Green value is 88 (34.77% from 255 or 33.72% from 261); Blue value is 83 (32.81% from 255 or 31.80% from 261); Max value from RGB is 90 - color contains mainly: red. Hex color #5A5853 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A5853 is #A5A7AC. Grayscale: #585858. Windows color (decimal): -10856365 or 5462106. OLE color: 5462106.

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

Color convert

RGB 90 88 83 -
CMYK 0 0.02 0.08 0.65
HSL 42.86º 0.04% 0.34% -
HSV(B) 42.86º 0.08% 0.35% -
XYZ 9.27 9.78 9.58 -
YUV 88.03 125.16 129.41 -
System Red Green Blue C M Y K H S L
Decimal 90 88 83 0 0.02 0.08 0.65 42.86 0.04 0.34
Hex 5A 58 53 0 2 8 41 2B 4 22
Octal 132 130 123 0 2 10 101 53 4 42
Binary 1011010 1011000 1010011 0 10 1000 1000001 101011 100 100010

Color Harmonies of #5A5853

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A5853

Black with #5A5853

Text Example


Text Example

White with #5A5853

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,88,83); }

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

background-color css

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

 a { background-color: rgb(90,88,83); }

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

border-color css

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

 span { border-color: rgb(90,88,83); }

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