#585660

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

Shades of Smoky #585660

Tints of Smoky #585660

Color information

#585660 (or 0x585660) is unknown color: approx Smoky. HEX triplet: 58, 56 and 60. RGB value is (88,86,96). Sum of RGB (Red+Green+Blue) = 88+86+96=270 (35% of max value = 765). Red value is 88 (34.77% from 255 or 32.59% from 270); Green value is 86 (33.98% from 255 or 31.85% from 270); Blue value is 96 (37.89% from 255 or 35.56% from 270); Max value from RGB is 96 - color contains mainly: blue. Hex color #585660 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #585660 is #A7A99F. Grayscale: #575757. Windows color (decimal): -10987936 or 6313560. OLE color: 6313560.

HSL color Cylindrical-coordinate representation of color #585660: hue angle of 252º degrees, saturation: 0.05, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #585660 is Cyan = 0.08, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB888696-
CMYK0.080.1000.62
HSL252º5.49%35.69%-
HSV(B)252º10.42%37.65%-
XYZ9.469.5712.42-
YUV87.74132.66128.19-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 32.59%
GREEN value IS 86 (33.98% from 255) = 31.85%
BLUE value IS 96 (37.89% from 255) = 35.56%
R=32.59%
G=31.85%
B=35.56%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8886960.080.1000.622525.4935.69
Hex5856608A03Efc524
Octal1301261401012076374544
Binary10110001010110110000010001010011111011111100101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #585660

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #585660; }

 p { color: rgb(88,86,96); }

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

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

 a { background-color: rgb(88,86,96); }

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

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

 span { border-color: rgb(88,86,96); }

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