#5D5A6E

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

Shades of Smoky #5D5A6E

Tints of Smoky #5D5A6E

Color information

#5D5A6E (or 0x5D5A6E) is unknown color: approx Smoky. HEX triplet: 5D, 5A and 6E. RGB value is (93,90,110). Sum of RGB (Red+Green+Blue) = 93+90+110=293 (38% of max value = 765). Red value is 93 (36.72% from 255 or 31.74% from 293); Green value is 90 (35.55% from 255 or 30.72% from 293); Blue value is 110 (43.36% from 255 or 37.54% from 293); Max value from RGB is 110 - color contains mainly: blue. Hex color #5D5A6E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5D5A6E is #A2A591. Grayscale: #5D5D5D. Windows color (decimal): -10659218 or 7232093. OLE color: 7232093.

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

Color convert

RGB9390110-
CMYK0.150.1800.57
HSL249º10%39.22%-
HSV(B)249º18.18%43.14%-
XYZ10.9810.7716.25-
YUV93.18137.49127.87-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 31.74%
GREEN value IS 90 (35.55% from 255) = 30.72%
BLUE value IS 110 (43.36% from 255) = 37.54%
R=31.74%
G=30.72%
B=37.54%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal93901100.150.1800.572491039.22
Hex5D5A6EF12039f9a27
Octal13513215617220713711247
Binary1011101101101011011101111100100111001111110011010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D5A6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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