#585755

Color #585755 Masala (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Masala #585755

Tints of Masala #585755

Color information

#585755 (or 0x585755) is unknown color: approx 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

RGB888785-
CMYK00.010.030.65
HSL40º1.73%33.92%-
HSV(B)40º3.41%34.51%-
XYZ9.079.559.96-
YUV87.07126.83128.66-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.03
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88878500.010.030.65401.7333.92
Hex5857550134128222
Octal13012712501310150242
Binary1011000101011110101010111100000110100010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #585755

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>