#585861

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

Shades of Smoky #585861

Tints of Smoky #585861

Color information

#585861 (or 0x585861) is unknown color: approx Smoky. HEX triplet: 58, 58 and 61. RGB value is (88,88,97). Sum of RGB (Red+Green+Blue) = 88+88+97=273 (36% of max value = 765). Red value is 88 (34.77% from 255 or 32.23% from 273); Green value is 88 (34.77% from 255 or 32.23% from 273); Blue value is 97 (38.28% from 255 or 35.53% from 273); Max value from RGB is 97 - color contains mainly: blue. Hex color #585861 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #585861 is #A7A79E. Grayscale: #585858. Windows color (decimal): -10987423 or 6379608. OLE color: 6379608.

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

Color convert

RGB888897-
CMYK0.090.0900.62
HSL240º4.86%36.27%-
HSV(B)240º9.28%38.04%-
XYZ9.679.9212.71-
YUV89.03132.5127.27-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 32.23%
GREEN value IS 88 (34.77% from 255) = 32.23%
BLUE value IS 97 (38.28% from 255) = 35.53%
R=32.23%
G=32.23%
B=35.53%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8888970.090.0900.622404.8636.27
Hex5858619903Ef0524
Octal1301301411111076360544
Binary10110001011000110000110011001011111011110000101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #585861

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #585861; }

 p { color: rgb(88,88,97); }

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

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

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

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

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

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

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