#5E5B69

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

Shades of Smoky #5E5B69

Tints of Smoky #5E5B69

Color information

#5E5B69 (or 0x5E5B69) is unknown color: approx Smoky. HEX triplet: 5E, 5B and 69. RGB value is (94,91,105). Sum of RGB (Red+Green+Blue) = 94+91+105=290 (38% of max value = 765). Red value is 94 (37.11% from 255 or 32.41% from 290); Green value is 91 (35.94% from 255 or 31.38% from 290); Blue value is 105 (41.41% from 255 or 36.21% from 290); Max value from RGB is 105 - color contains mainly: blue. Hex color #5E5B69 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5E5B69 is #A1A496. Grayscale: #5D5D5D. Windows color (decimal): -10593431 or 6904670. OLE color: 6904670.

HSL color Cylindrical-coordinate representation of color #5E5B69: hue angle of 252.86º degrees, saturation: 0.07, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #5E5B69 is Cyan = 0.10, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB9491105-
CMYK0.100.1300.59
HSL252.86º7.14%38.43%-
HSV(B)252.86º13.33%41.18%-
XYZ10.9110.8814.89-
YUV93.49134.49128.36-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 32.41%
GREEN value IS 91 (35.94% from 255) = 31.38%
BLUE value IS 105 (41.41% from 255) = 36.21%
R=32.41%
G=31.38%
B=36.21%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal94911050.100.1300.59252.867.1438.43
Hex5E5B69AD03Bfd726
Octal1361331511215073375746
Binary10111101011011110100110101101011101111111101111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E5B69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,91,105); }

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

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

 a { background-color: rgb(94,91,105); }

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

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

 span { border-color: rgb(94,91,105); }

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