#5E5673

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

Shades of Smoky #5E5673

Tints of Smoky #5E5673

Color information

#5E5673 (or 0x5E5673) is unknown color: approx Smoky. HEX triplet: 5E, 56 and 73. RGB value is (94,86,115). Sum of RGB (Red+Green+Blue) = 94+86+115=295 (39% of max value = 765). Red value is 94 (37.11% from 255 or 31.86% from 295); Green value is 86 (33.98% from 255 or 29.15% from 295); Blue value is 115 (45.31% from 255 or 38.98% from 295); Max value from RGB is 115 - color contains mainly: blue. Hex color #5E5673 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5E5673 is #A1A98C. Grayscale: #5B5B5B. Windows color (decimal): -10594701 or 7558750. OLE color: 7558750.

HSL color Cylindrical-coordinate representation of color #5E5673: hue angle of 256.55º degrees, saturation: 0.14, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #5E5673 is Cyan = 0.18, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB9486115-
CMYK0.180.2500.55
HSL256.55º14.43%39.41%-
HSV(B)256.55º25.22%45.1%-
XYZ11.0410.2717.62-
YUV91.7141.15129.64-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 31.86%
GREEN value IS 86 (33.98% from 255) = 29.15%
BLUE value IS 115 (45.31% from 255) = 38.98%
R=31.86%
G=29.15%
B=38.98%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal94861150.180.2500.55256.5514.4339.41
Hex5E56731219037101e27
Octal13612616322310674011647
Binary101111010101101110011100101100101101111000000011110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E5673

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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