Html Css Color HEX #575450 Masala

📋 copy color: '#575450'

red 87 ◦ green 84 ◦ blue 80

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

Shades of Masala #575450

Tints of Masala #575450

RGB

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

 GREEN value IS 84 (33.2% from 255) = 33.47%

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

R = 34.66%
G = 33.47%
B = 31.87%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.08

 K value IS 0.66

RGB Variations

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

Color information

#575450 (or 0x575450) is known color: Masala. HEX triplet: 57, 54 and 50. RGB value is (87,84,80). Sum of RGB (Red+Green+Blue) = 87+84+80=251 (33% of max value = 765). Red value is 87 (34.38% from 255 or 34.66% from 251); Green value is 84 (33.20% from 255 or 33.47% from 251); Blue value is 80 (31.64% from 255 or 31.87% from 251); Max value from RGB is 87 - color contains mainly: red. Hex color #575450 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #575450 is #A8ABAF. Grayscale: #545454. Windows color (decimal): -11054000 or 5264471. OLE color: 5264471.

HSL color Cylindrical-coordinate representation of color #575450: hue angle of 34.29º 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 #575450 is Cyan = 0, Magento = 0.03, Yellow = 0.08 and Black (K on CMYK) = 0.66.

Color convert

RGB 87 84 80 -
CMYK 0 0.03 0.08 0.66
HSL 34.29º 0.04% 0.33% -
HSV(B) 34.29º 0.08% 0.34% -
XYZ 8.55 8.95 8.87 -
YUV 84.44 125.49 129.83 -
System Red Green Blue C M Y K H S L
Decimal 87 84 80 0 0.03 0.08 0.66 34.29 0.04 0.33
Hex 57 54 50 0 3 8 42 22 4 21
Octal 127 124 120 0 3 10 102 42 4 41
Binary 1010111 1010100 1010000 0 11 1000 1000010 100010 100 100001

Color Harmonies of #575450

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #575450

Black with #575450

Text Example


Text Example

White with #575450

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #575450; }

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

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

background-color css

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

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

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

border-color css

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

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

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