Html Css Color HEX #57554F Masala

📋 copy color: '#57554F'

red 87 ◦ green 85 ◦ blue 79

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

Shades of Masala #57554F

Tints of Masala #57554F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 31.47%

R = 34.66%
G = 33.86%
B = 31.47%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.09

 K value IS 0.66

RGB Variations

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

Color information

#57554F (or 0x57554F) is known color: Masala. HEX triplet: 57, 55 and 4F. RGB value is (87,85,79). Sum of RGB (Red+Green+Blue) = 87+85+79=251 (33% of max value = 765). Red value is 87 (34.38% from 255 or 34.66% from 251); Green value is 85 (33.59% from 255 or 33.86% from 251); Blue value is 79 (31.25% from 255 or 31.47% from 251); Max value from RGB is 87 - color contains mainly: red. Hex color #57554F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #57554F is #A8AAB0. Grayscale: #545454. Windows color (decimal): -11053745 or 5199191. OLE color: 5199191.

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

Color convert

RGB 87 85 79 -
CMYK 0 0.02 0.09 0.66
HSL 45º 0.05% 0.33% -
HSV(B) 45º 0.09% 0.34% -
XYZ 8.59 9.09 8.7 -
YUV 84.91 124.66 129.49 -
System Red Green Blue C M Y K H S L
Decimal 87 85 79 0 0.02 0.09 0.66 45 0.05 0.33
Hex 57 55 4F 0 2 9 42 2D 5 21
Octal 127 125 117 0 2 11 102 55 5 41
Binary 1010111 1010101 1001111 0 10 1001 1000010 101101 101 100001

Color Harmonies of #57554F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57554F

Black with #57554F

Text Example


Text Example

White with #57554F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #57554F; }

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

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

background-color css

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

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

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

border-color css

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

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

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