#5E5677

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

Shades of Smoky #5E5677

Tints of Smoky #5E5677

Color information

#5E5677 (or 0x5E5677) is unknown color: approx Smoky. HEX triplet: 5E, 56 and 77. RGB value is (94,86,119). Sum of RGB (Red+Green+Blue) = 94+86+119=299 (39% of max value = 765). Red value is 94 (37.11% from 255 or 31.44% from 299); Green value is 86 (33.98% from 255 or 28.76% from 299); Blue value is 119 (46.88% from 255 or 39.80% from 299); Max value from RGB is 119 - color contains mainly: blue. Hex color #5E5677 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5E5677 is #A1A988. Grayscale: #5C5C5C. Windows color (decimal): -10594697 or 7820894. OLE color: 7820894.

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

Color convert

RGB9486119-
CMYK0.210.2800.53
HSL254.55º16.1%40.2%-
HSV(B)254.55º27.73%46.67%-
XYZ11.2710.3718.86-
YUV92.15143.15129.32-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 31.44%
GREEN value IS 86 (33.98% from 255) = 28.76%
BLUE value IS 119 (46.88% from 255) = 39.80%
R=31.44%
G=28.76%
B=39.80%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal94861190.210.2800.53254.5516.140.2
Hex5E5677151C035ff1028
Octal13612616725340653772050
Binary101111010101101110111101011110001101011111111110000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E5677

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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