#5A5573

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

Shades of Smoky #5A5573

Tints of Smoky #5A5573

Color information

#5A5573 (or 0x5A5573) is unknown color: approx Smoky. HEX triplet: 5A, 55 and 73. RGB value is (90,85,115). Sum of RGB (Red+Green+Blue) = 90+85+115=290 (38% of max value = 765). Red value is 90 (35.55% from 255 or 31.03% from 290); Green value is 85 (33.59% from 255 or 29.31% from 290); Blue value is 115 (45.31% from 255 or 39.66% from 290); Max value from RGB is 115 - color contains mainly: blue. Hex color #5A5573 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A5573 is #A5AA8C. Grayscale: #595959. Windows color (decimal): -10857101 or 7558490. OLE color: 7558490.

HSL color Cylindrical-coordinate representation of color #5A5573: hue angle of 250º degrees, saturation: 0.15, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #5A5573 is Cyan = 0.22, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB9085115-
CMYK0.220.2600.55
HSL250º15%39.22%-
HSV(B)250º26.09%45.1%-
XYZ10.569.9117.58-
YUV89.92142.16128.06-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 31.03%
GREEN value IS 85 (33.59% from 255) = 29.31%
BLUE value IS 115 (45.31% from 255) = 39.66%
R=31.03%
G=29.31%
B=39.66%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal90851150.220.2600.552501539.22
Hex5A5573161A037faf27
Octal13212516326320673721747
Binary10110101010101111001110110110100110111111110101111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A5573

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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