#5E5B71

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

Shades of Smoky #5E5B71

Tints of Smoky #5E5B71

Color information

#5E5B71 (or 0x5E5B71) is unknown color: approx Smoky. HEX triplet: 5E, 5B and 71. RGB value is (94,91,113). Sum of RGB (Red+Green+Blue) = 94+91+113=298 (39% of max value = 765). Red value is 94 (37.11% from 255 or 31.54% from 298); Green value is 91 (35.94% from 255 or 30.54% from 298); Blue value is 113 (44.53% from 255 or 37.92% from 298); Max value from RGB is 113 - color contains mainly: blue. Hex color #5E5B71 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5E5B71 is #A1A48E. Grayscale: #5E5E5E. Windows color (decimal): -10593423 or 7428958. OLE color: 7428958.

HSL color Cylindrical-coordinate representation of color #5E5B71: hue angle of 248.18º degrees, saturation: 0.11, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #5E5B71 is Cyan = 0.17, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB9491113-
CMYK0.170.1900.56
HSL248.18º10.78%40%-
HSV(B)248.18º19.47%44.31%-
XYZ11.3411.0517.16-
YUV94.4138.49127.71-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 31.54%
GREEN value IS 91 (35.94% from 255) = 30.54%
BLUE value IS 113 (44.53% from 255) = 37.92%
R=31.54%
G=30.54%
B=37.92%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal94911130.170.1900.56248.1810.7840
Hex5E5B711113038f8b28
Octal13613316121230703701350
Binary10111101011011111000110001100110111000111110001011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E5B71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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