#5A5576

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

Shades of Smoky #5A5576

Tints of Smoky #5A5576

Color information

#5A5576 (or 0x5A5576) is unknown color: approx Smoky. HEX triplet: 5A, 55 and 76. RGB value is (90,85,118). Sum of RGB (Red+Green+Blue) = 90+85+118=293 (38% of max value = 765). Red value is 90 (35.55% from 255 or 30.72% from 293); Green value is 85 (33.59% from 255 or 29.01% from 293); Blue value is 118 (46.48% from 255 or 40.27% from 293); Max value from RGB is 118 - color contains mainly: blue. Hex color #5A5576 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A5576 is #A5AA89. Grayscale: #5A5A5A. Windows color (decimal): -10857098 or 7755098. OLE color: 7755098.

HSL color Cylindrical-coordinate representation of color #5A5576: hue angle of 249.09º degrees, saturation: 0.16, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #5A5576 is Cyan = 0.24, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB9085118-
CMYK0.240.2800.54
HSL249.09º16.26%39.8%-
HSV(B)249.09º27.97%46.27%-
XYZ10.739.9818.5-
YUV90.26143.66127.82-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 30.72%
GREEN value IS 85 (33.59% from 255) = 29.01%
BLUE value IS 118 (46.48% from 255) = 40.27%
R=30.72%
G=29.01%
B=40.27%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal90851180.240.2800.54249.0916.2639.8
Hex5A5576181C036f91028
Octal13212516630340663712050
Binary101101010101011110110110001110001101101111100110000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A5576

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,85,118); }

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

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

 a { background-color: rgb(90,85,118); }

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

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

 span { border-color: rgb(90,85,118); }

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