Html Css Color HEX #5A554B Masala

📋 copy color: '#5A554B'

red 90 ◦ green 85 ◦ blue 75

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

Shades of Masala #5A554B

Tints of Masala #5A554B

RGB

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

 GREEN value IS 85 (33.59% from 255) = 34%

 BLUE value IS 75 (29.69% from 255) = 30%

R = 36%
G = 34%
B = 30%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.17

 K value IS 0.65

RGB Variations

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

Color information

#5A554B (or 0x5A554B) is known color: Masala. HEX triplet: 5A, 55 and 4B. RGB value is (90,85,75). Sum of RGB (Red+Green+Blue) = 90+85+75=250 (33% of max value = 765). Red value is 90 (35.55% from 255 or 36% from 250); Green value is 85 (33.59% from 255 or 34% from 250); Blue value is 75 (29.69% from 255 or 30% from 250); Max value from RGB is 90 - color contains mainly: red. Hex color #5A554B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5A554B is #A5AAB4. Grayscale: #555555. Windows color (decimal): -10857141 or 4937050. OLE color: 4937050.

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

Color convert

RGB 90 85 75 -
CMYK 0 0.06 0.17 0.65
HSL 40º 0.09% 0.32% -
HSV(B) 40º 0.17% 0.35% -
XYZ 8.73 9.18 7.97 -
YUV 85.36 122.16 131.31 -
System Red Green Blue C M Y K H S L
Decimal 90 85 75 0 0.06 0.17 0.65 40 0.09 0.32
Hex 5A 55 4B 0 6 11 41 28 9 20
Octal 132 125 113 0 6 21 101 50 11 40
Binary 1011010 1010101 1001011 0 110 10001 1000001 101000 1001 100000

Color Harmonies of #5A554B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A554B

Black with #5A554B

Text Example


Text Example

White with #5A554B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,85,75); }

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

background-color css

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

 a { background-color: rgb(90,85,75); }

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

border-color css

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

 span { border-color: rgb(90,85,75); }

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