#5A596B

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

Shades of Smoky #5A596B

Tints of Smoky #5A596B

Color information

#5A596B (or 0x5A596B) is unknown color: approx Smoky. HEX triplet: 5A, 59 and 6B. RGB value is (90,89,107). Sum of RGB (Red+Green+Blue) = 90+89+107=286 (37% of max value = 765). Red value is 90 (35.55% from 255 or 31.47% from 286); Green value is 89 (35.16% from 255 or 31.12% from 286); Blue value is 107 (42.19% from 255 or 37.41% from 286); Max value from RGB is 107 - color contains mainly: blue. Hex color #5A596B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A596B is #A5A694. Grayscale: #5B5B5B. Windows color (decimal): -10856085 or 7035226. OLE color: 7035226.

HSL color Cylindrical-coordinate representation of color #5A596B: hue angle of 243.33º degrees, saturation: 0.09, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #5A596B is Cyan = 0.16, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB9089107-
CMYK0.160.1700.58
HSL243.33º9.18%38.43%-
HSV(B)243.33º16.82%41.96%-
XYZ10.4410.3815.36-
YUV91.35136.83127.04-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 31.47%
GREEN value IS 89 (35.16% from 255) = 31.12%
BLUE value IS 107 (42.19% from 255) = 37.41%
R=31.47%
G=31.12%
B=37.41%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal90891070.160.1700.58243.339.1838.43
Hex5A596B101103Af3926
Octal13213115320210723631146
Binary10110101011001110101110000100010111010111100111001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A596B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,89,107); }

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

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

 a { background-color: rgb(90,89,107); }

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

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

 span { border-color: rgb(90,89,107); }

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