#5F586E

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

Shades of Smoky #5F586E

Tints of Smoky #5F586E

Color information

#5F586E (or 0x5F586E) is unknown color: approx Smoky. HEX triplet: 5F, 58 and 6E. RGB value is (95,88,110). Sum of RGB (Red+Green+Blue) = 95+88+110=293 (38% of max value = 765). Red value is 95 (37.5% from 255 or 32.42% from 293); Green value is 88 (34.77% from 255 or 30.03% from 293); Blue value is 110 (43.36% from 255 or 37.54% from 293); Max value from RGB is 110 - color contains mainly: blue. Hex color #5F586E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5F586E is #A0A791. Grayscale: #5C5C5C. Windows color (decimal): -10528658 or 7231583. OLE color: 7231583.

HSL color Cylindrical-coordinate representation of color #5F586E: hue angle of 259.09º degrees, saturation: 0.11, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #5F586E is Cyan = 0.14, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB9588110-
CMYK0.140.200.57
HSL259.09º11.11%38.82%-
HSV(B)259.09º20%43.14%-
XYZ11.0210.5416.2-
YUV92.6137.82129.71-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 32.42%
GREEN value IS 88 (34.77% from 255) = 30.03%
BLUE value IS 110 (43.36% from 255) = 37.54%
R=32.42%
G=30.03%
B=37.54%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.2
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal95881100.140.200.57259.0911.1138.82
Hex5F586EE14039103b27
Octal13713015616240714031347
Binary10111111011000110111011101010001110011000000111011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F586E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5F586E; }

 p { color: rgb(95,88,110); }

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

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

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

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

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

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

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