#585550

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

Shades of Masala #585550

Tints of Masala #585550

Color information

#585550 (or 0x585550) is unknown color: approx Masala. HEX triplet: 58, 55 and 50. RGB value is (88,85,80). Sum of RGB (Red+Green+Blue) = 88+85+80=253 (33% of max value = 765). Red value is 88 (34.77% from 255 or 34.78% from 253); Green value is 85 (33.59% from 255 or 33.60% from 253); Blue value is 80 (31.64% from 255 or 31.62% from 253); Max value from RGB is 88 - color contains mainly: red. Hex color #585550 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #585550 is #A7AAAF. Grayscale: #555555. Windows color (decimal): -10988208 or 5264728. OLE color: 5264728.

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

Color convert

RGB888580-
CMYK00.030.090.65
HSL37.5º4.76%32.94%-
HSV(B)37.5º9.09%34.51%-
XYZ8.729.158.9-
YUV85.33124.99129.91-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 34.78%
GREEN value IS 85 (33.59% from 255) = 33.60%
BLUE value IS 80 (31.64% from 255) = 31.62%
R=34.78%
G=33.60%
B=31.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.09
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88858000.030.090.6537.54.7632.94
Hex5855500394126521
Octal130125120031110146541
Binary10110001010101101000001110011000001100110101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #585550

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #585550; }

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

 H1.HeaderClassName
 {
   color: #585550;
 }
 .AnyTagClassName
 {
   color: #585550;
 }
</style>
background-color css

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

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

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

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

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

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