#5E5177

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

Shades of Smoky #5E5177

Tints of Smoky #5E5177

Color information

#5E5177 (or 0x5E5177) is unknown color: approx Smoky. HEX triplet: 5E, 51 and 77. RGB value is (94,81,119). Sum of RGB (Red+Green+Blue) = 94+81+119=294 (38% of max value = 765). Red value is 94 (37.11% from 255 or 31.97% from 294); Green value is 81 (32.03% from 255 or 27.55% from 294); Blue value is 119 (46.88% from 255 or 40.48% from 294); Max value from RGB is 119 - color contains mainly: blue. Hex color #5E5177 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5E5177 is #A1AE88. Grayscale: #595959. Windows color (decimal): -10595977 or 7819614. OLE color: 7819614.

HSL color Cylindrical-coordinate representation of color #5E5177: hue angle of 260.53º degrees, saturation: 0.19, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #5E5177 is Cyan = 0.21, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB9481119-
CMYK0.210.3200.53
HSL260.53º19%39.22%-
HSV(B)260.53º31.93%46.67%-
XYZ10.899.618.73-
YUV89.22144.81131.41-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 31.97%
GREEN value IS 81 (32.03% from 255) = 27.55%
BLUE value IS 119 (46.88% from 255) = 40.48%
R=31.97%
G=27.55%
B=40.48%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal94811190.210.3200.53260.531939.22
Hex5E517715200351051327
Octal13612116725400654052347
Binary10111101010001111011110101100000011010110000010110011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E5177

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,81,119); }

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

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

 a { background-color: rgb(94,81,119); }

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

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

 span { border-color: rgb(94,81,119); }

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