#5F5E66

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

Shades of Smoky #5F5E66

Tints of Smoky #5F5E66

Color information

#5F5E66 (or 0x5F5E66) is unknown color: approx Smoky. HEX triplet: 5F, 5E and 66. RGB value is (95,94,102). Sum of RGB (Red+Green+Blue) = 95+94+102=291 (38% of max value = 765). Red value is 95 (37.5% from 255 or 32.65% from 291); Green value is 94 (37.11% from 255 or 32.30% from 291); Blue value is 102 (40.23% from 255 or 35.05% from 291); Max value from RGB is 102 - color contains mainly: blue. Hex color #5F5E66 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5F5E66 is #A0A199. Grayscale: #5F5F5F. Windows color (decimal): -10527130 or 6708831. OLE color: 6708831.

HSL color Cylindrical-coordinate representation of color #5F5E66: hue angle of 247.5º degrees, saturation: 0.04, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #5F5E66 is Cyan = 0.07, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB9594102-
CMYK0.070.0800.6
HSL247.5º4.08%38.43%-
HSV(B)247.5º7.84%40%-
XYZ11.1211.414.18-
YUV95.21131.83127.85-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 32.65%
GREEN value IS 94 (37.11% from 255) = 32.30%
BLUE value IS 102 (40.23% from 255) = 35.05%
R=32.65%
G=32.30%
B=35.05%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal95941020.070.0800.6247.54.0838.43
Hex5F5E667803Cf8426
Octal137136146710074370446
Binary1011111101111011001101111000011110011111000100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F5E66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,94,102); }

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

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

 a { background-color: rgb(95,94,102); }

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

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

 span { border-color: rgb(95,94,102); }

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