Html Css Color HEX #585755 Masala

📋 copy color: '#585755'

red 88 ◦ green 87 ◦ blue 85

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

Shades of Masala #585755

Tints of Masala #585755

RGB

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

 GREEN value IS 87 (34.38% from 255) = 33.46%

 BLUE value IS 85 (33.59% from 255) = 32.69%

R = 33.85%
G = 33.46%
B = 32.69%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.03

 K value IS 0.65

RGB Variations

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

Color information

#585755 (or 0x585755) is known color: Masala. HEX triplet: 58, 57 and 55. RGB value is (88,87,85). Sum of RGB (Red+Green+Blue) = 88+87+85=260 (34% of max value = 765). Red value is 88 (34.77% from 255 or 33.85% from 260); Green value is 87 (34.38% from 255 or 33.46% from 260); Blue value is 85 (33.59% from 255 or 32.69% from 260); Max value from RGB is 88 - color contains mainly: red. Hex color #585755 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #585755 is #A7A8AA. Grayscale: #575757. Windows color (decimal): -10987691 or 5592920. OLE color: 5592920.

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

Color convert

RGB 88 87 85 -
CMYK 0 0.01 0.03 0.65
HSL 40º 0.02% 0.34% -
HSV(B) 40º 0.03% 0.35% -
XYZ 9.07 9.55 9.96 -
YUV 87.07 126.83 128.66 -
System Red Green Blue C M Y K H S L
Decimal 88 87 85 0 0.01 0.03 0.65 40 0.02 0.34
Hex 58 57 55 0 1 3 41 28 2 22
Octal 130 127 125 0 1 3 101 50 2 42
Binary 1011000 1010111 1010101 0 1 11 1000001 101000 10 100010

Color Harmonies of #585755

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #585755

Black with #585755

Text Example


Text Example

White with #585755

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #585755; }

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

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

background-color css

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

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

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

border-color css

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

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

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