Html Css Color HEX #585653 Masala

📋 copy color: '#585653'

red 88 ◦ green 86 ◦ blue 83

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

Shades of Masala #585653

Tints of Masala #585653

RGB

 RED value IS 88 (34.77% from 255) = 34.24%

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

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

R = 34.24%
G = 33.46%
B = 32.3%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.06

 K value IS 0.65

RGB Variations

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

Color information

#585653 (or 0x585653) is known color: Masala. HEX triplet: 58, 56 and 53. RGB value is (88,86,83). Sum of RGB (Red+Green+Blue) = 88+86+83=257 (34% of max value = 765). Red value is 88 (34.77% from 255 or 34.24% from 257); Green value is 86 (33.98% from 255 or 33.46% from 257); Blue value is 83 (32.81% from 255 or 32.30% from 257); Max value from RGB is 88 - color contains mainly: red. Hex color #585653 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #585653 is #A7A9AC. Grayscale: #565656. Windows color (decimal): -10987949 or 5461592. OLE color: 5461592.

HSL color Cylindrical-coordinate representation of color #585653: hue angle of 36º degrees, saturation: 0.03, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #585653 is Cyan = 0, Magento = 0.02, Yellow = 0.06 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 86 83 -
CMYK 0 0.02 0.06 0.65
HSL 36º 0.03% 0.34% -
HSV(B) 36º 0.06% 0.35% -
XYZ 8.91 9.35 9.52 -
YUV 86.26 126.16 129.24 -
System Red Green Blue C M Y K H S L
Decimal 88 86 83 0 0.02 0.06 0.65 36 0.03 0.34
Hex 58 56 53 0 2 6 41 24 3 22
Octal 130 126 123 0 2 6 101 44 3 42
Binary 1011000 1010110 1010011 0 10 110 1000001 100100 11 100010

Color Harmonies of #585653

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #585653

Black with #585653

Text Example


Text Example

White with #585653

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #585653; }

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

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

background-color css

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

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

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

border-color css

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

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

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