Html Css Color HEX #575653 Masala

📋 copy color: '#575653'

red 87 ◦ green 86 ◦ blue 83

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

Shades of Masala #575653

Tints of Masala #575653

RGB

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

 GREEN value IS 86 (33.98% from 255) = 33.59%

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

R = 33.98%
G = 33.59%
B = 32.42%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.05

 K value IS 0.66

RGB Variations

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

Color information

#575653 (or 0x575653) is known color: Masala. HEX triplet: 57, 56 and 53. RGB value is (87,86,83). Sum of RGB (Red+Green+Blue) = 87+86+83=256 (33% of max value = 765). Red value is 87 (34.38% from 255 or 33.98% from 256); Green value is 86 (33.98% from 255 or 33.59% from 256); Blue value is 83 (32.81% from 255 or 32.42% from 256); Max value from RGB is 87 - color contains mainly: red. Hex color #575653 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #575653 is #A8A9AC. Grayscale: #555555. Windows color (decimal): -11053485 or 5461591. OLE color: 5461591.

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

Color convert

RGB 87 86 83 -
CMYK 0 0.01 0.05 0.66
HSL 45º 0.02% 0.33% -
HSV(B) 45º 0.05% 0.34% -
XYZ 8.82 9.31 9.52 -
YUV 85.96 126.33 128.74 -
System Red Green Blue C M Y K H S L
Decimal 87 86 83 0 0.01 0.05 0.66 45 0.02 0.33
Hex 57 56 53 0 1 5 42 2D 2 21
Octal 127 126 123 0 1 5 102 55 2 41
Binary 1010111 1010110 1010011 0 1 101 1000010 101101 10 100001

Color Harmonies of #575653

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #575653

Black with #575653

Text Example


Text Example

White with #575653

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #575653; }

 p { color: rgb(87,86,83); }

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

background-color css

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

 a { background-color: rgb(87,86,83); }

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

border-color css

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

 span { border-color: rgb(87,86,83); }

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