#5A5968

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

Shades of Smoky #5A5968

Tints of Smoky #5A5968

Color information

#5A5968 (or 0x5A5968) is unknown color: approx Smoky. HEX triplet: 5A, 59 and 68. RGB value is (90,89,104). Sum of RGB (Red+Green+Blue) = 90+89+104=283 (37% of max value = 765). Red value is 90 (35.55% from 255 or 31.80% from 283); Green value is 89 (35.16% from 255 or 31.45% from 283); Blue value is 104 (41.02% from 255 or 36.75% from 283); Max value from RGB is 104 - color contains mainly: blue. Hex color #5A5968 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A5968 is #A5A697. Grayscale: #5A5A5A. Windows color (decimal): -10856088 or 6838618. OLE color: 6838618.

HSL color Cylindrical-coordinate representation of color #5A5968: hue angle of 244º degrees, saturation: 0.08, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #5A5968 is Cyan = 0.13, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB9089104-
CMYK0.130.1400.59
HSL244º7.77%37.84%-
HSV(B)244º14.42%40.78%-
XYZ10.2910.3214.55-
YUV91.01135.33127.28-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 31.80%
GREEN value IS 89 (35.16% from 255) = 31.45%
BLUE value IS 104 (41.02% from 255) = 36.75%
R=31.80%
G=31.45%
B=36.75%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal90891040.130.1400.592447.7737.84
Hex5A5968DE03Bf4826
Octal13213115015160733641046
Binary101101010110011101000110111100111011111101001000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A5968

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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