#5D556E

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

Shades of Smoky #5D556E

Tints of Smoky #5D556E

Color information

#5D556E (or 0x5D556E) is unknown color: approx Smoky. HEX triplet: 5D, 55 and 6E. RGB value is (93,85,110). Sum of RGB (Red+Green+Blue) = 93+85+110=288 (38% of max value = 765). Red value is 93 (36.72% from 255 or 32.29% from 288); Green value is 85 (33.59% from 255 or 29.51% from 288); Blue value is 110 (43.36% from 255 or 38.19% from 288); Max value from RGB is 110 - color contains mainly: blue. Hex color #5D556E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5D556E is #A2AA91. Grayscale: #5A5A5A. Windows color (decimal): -10660498 or 7230813. OLE color: 7230813.

HSL color Cylindrical-coordinate representation of color #5D556E: hue angle of 259.2º degrees, saturation: 0.13, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #5D556E is Cyan = 0.15, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB9385110-
CMYK0.150.2300.57
HSL259.2º12.82%38.24%-
HSV(B)259.2º22.73%43.14%-
XYZ10.589.9516.11-
YUV90.24139.15129.97-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 32.29%
GREEN value IS 85 (33.59% from 255) = 29.51%
BLUE value IS 110 (43.36% from 255) = 38.19%
R=32.29%
G=29.51%
B=38.19%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal93851100.150.2300.57259.212.8238.24
Hex5D556EF17039103d26
Octal13512515617270714031546
Binary10111011010101110111011111011101110011000000111101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D556E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,85,110); }

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

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

 a { background-color: rgb(93,85,110); }

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

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

 span { border-color: rgb(93,85,110); }

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