#5E5670

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

Shades of Smoky #5E5670

Tints of Smoky #5E5670

Color information

#5E5670 (or 0x5E5670) is unknown color: approx Smoky. HEX triplet: 5E, 56 and 70. RGB value is (94,86,112). Sum of RGB (Red+Green+Blue) = 94+86+112=292 (38% of max value = 765). Red value is 94 (37.11% from 255 or 32.19% from 292); Green value is 86 (33.98% from 255 or 29.45% from 292); Blue value is 112 (44.14% from 255 or 38.36% from 292); Max value from RGB is 112 - color contains mainly: blue. Hex color #5E5670 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5E5670 is #A1A98F. Grayscale: #5B5B5B. Windows color (decimal): -10594704 or 7362142. OLE color: 7362142.

HSL color Cylindrical-coordinate representation of color #5E5670: hue angle of 258.46º degrees, saturation: 0.13, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #5E5670 is Cyan = 0.16, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB9486112-
CMYK0.160.2300.56
HSL258.46º13.13%38.82%-
HSV(B)258.46º23.21%43.92%-
XYZ10.8710.2116.73-
YUV91.36139.65129.89-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 32.19%
GREEN value IS 86 (33.98% from 255) = 29.45%
BLUE value IS 112 (44.14% from 255) = 38.36%
R=32.19%
G=29.45%
B=38.36%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal94861120.160.2300.56258.4613.1338.82
Hex5E56701017038102d27
Octal13612616020270704021547
Binary101111010101101110000100001011101110001000000101101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E5670

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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