#585551

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

Shades of Masala #585551

Tints of Masala #585551

Color information

#585551 (or 0x585551) is unknown color: approx Masala. HEX triplet: 58, 55 and 51. RGB value is (88,85,81). Sum of RGB (Red+Green+Blue) = 88+85+81=254 (33% of max value = 765). Red value is 88 (34.77% from 255 or 34.65% from 254); Green value is 85 (33.59% from 255 or 33.46% from 254); Blue value is 81 (32.03% from 255 or 31.89% from 254); Max value from RGB is 88 - color contains mainly: red. Hex color #585551 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #585551 is #A7AAAE. Grayscale: #555555. Windows color (decimal): -10988207 or 5330264. OLE color: 5330264.

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

Color convert

RGB888581-
CMYK00.030.080.65
HSL34.29º4.14%33.14%-
HSV(B)34.29º7.95%34.51%-
XYZ8.769.179.09-
YUV85.44125.49129.83-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 34.65%
GREEN value IS 85 (33.59% from 255) = 33.46%
BLUE value IS 81 (32.03% from 255) = 31.89%
R=34.65%
G=33.46%
B=31.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.08
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88858100.030.080.6534.294.1433.14
Hex5855510384122421
Octal130125121031010142441
Binary10110001010101101000101110001000001100010100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #585551

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #585551; }

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

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

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

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

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

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

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

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