#585576

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

Shades of Smoky #585576

Tints of Smoky #585576

Color information

#585576 (or 0x585576) is unknown color: approx Smoky. HEX triplet: 58, 55 and 76. RGB value is (88,85,118). Sum of RGB (Red+Green+Blue) = 88+85+118=291 (38% of max value = 765). Red value is 88 (34.77% from 255 or 30.24% from 291); Green value is 85 (33.59% from 255 or 29.21% from 291); Blue value is 118 (46.48% from 255 or 40.55% from 291); Max value from RGB is 118 - color contains mainly: blue. Hex color #585576 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #585576 is #A7AA89. Grayscale: #595959. Windows color (decimal): -10988170 or 7755096. OLE color: 7755096.

HSL color Cylindrical-coordinate representation of color #585576: hue angle of 245.45º degrees, saturation: 0.16, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #585576 is Cyan = 0.25, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB8885118-
CMYK0.250.2800.54
HSL245.45º16.26%39.8%-
HSV(B)245.45º27.97%46.27%-
XYZ10.549.8818.49-
YUV89.66143.99126.82-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 30.24%
GREEN value IS 85 (33.59% from 255) = 29.21%
BLUE value IS 118 (46.48% from 255) = 40.55%
R=30.24%
G=29.21%
B=40.55%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal88851180.250.2800.54245.4516.2639.8
Hex585576191C036f51028
Octal13012516631340663652050
Binary101100010101011110110110011110001101101111010110000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #585576

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #585576; }

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

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

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

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

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

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

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

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