Html Css Color HEX #575550 Masala

📋 copy color: '#575550'

red 87 ◦ green 85 ◦ blue 80

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

Shades of Masala #575550

Tints of Masala #575550

RGB

 RED value IS 87 (34.38% from 255) = 34.52%

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

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

R = 34.52%
G = 33.73%
B = 31.75%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.08

 K value IS 0.66

RGB Variations

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

Color information

#575550 (or 0x575550) is known color: Masala. HEX triplet: 57, 55 and 50. RGB value is (87,85,80). Sum of RGB (Red+Green+Blue) = 87+85+80=252 (33% of max value = 765). Red value is 87 (34.38% from 255 or 34.52% from 252); Green value is 85 (33.59% from 255 or 33.73% from 252); Blue value is 80 (31.64% from 255 or 31.75% from 252); Max value from RGB is 87 - color contains mainly: red. Hex color #575550 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #575550 is #A8AAAF. Grayscale: #555555. Windows color (decimal): -11053744 or 5264727. OLE color: 5264727.

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

Color convert

RGB 87 85 80 -
CMYK 0 0.02 0.08 0.66
HSL 42.86º 0.04% 0.33% -
HSV(B) 42.86º 0.08% 0.34% -
XYZ 8.63 9.1 8.89 -
YUV 85.03 125.16 129.41 -
System Red Green Blue C M Y K H S L
Decimal 87 85 80 0 0.02 0.08 0.66 42.86 0.04 0.33
Hex 57 55 50 0 2 8 42 2B 4 21
Octal 127 125 120 0 2 10 102 53 4 41
Binary 1010111 1010101 1010000 0 10 1000 1000010 101011 100 100001

Color Harmonies of #575550

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #575550

Black with #575550

Text Example


Text Example

White with #575550

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #575550; }

 p { color: rgb(87,85,80); }

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

background-color css

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

 a { background-color: rgb(87,85,80); }

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

border-color css

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

 span { border-color: rgb(87,85,80); }

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