#5A5373

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

Shades of Smoky #5A5373

Tints of Smoky #5A5373

Color information

#5A5373 (or 0x5A5373) is unknown color: approx Smoky. HEX triplet: 5A, 53 and 73. RGB value is (90,83,115). Sum of RGB (Red+Green+Blue) = 90+83+115=288 (38% of max value = 765). Red value is 90 (35.55% from 255 or 31.25% from 288); Green value is 83 (32.81% from 255 or 28.82% from 288); Blue value is 115 (45.31% from 255 or 39.93% from 288); Max value from RGB is 115 - color contains mainly: blue. Hex color #5A5373 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A5373 is #A5AC8C. Grayscale: #585858. Windows color (decimal): -10857613 or 7557978. OLE color: 7557978.

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

Color convert

RGB9083115-
CMYK0.220.2800.55
HSL253.12º16.16%38.82%-
HSV(B)253.12º27.83%45.1%-
XYZ10.49.617.52-
YUV88.74142.82128.9-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 31.25%
GREEN value IS 83 (32.81% from 255) = 28.82%
BLUE value IS 115 (45.31% from 255) = 39.93%
R=31.25%
G=28.82%
B=39.93%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal90831150.220.2800.55253.1216.1638.82
Hex5A5373161C037fd1027
Octal13212316326340673752047
Binary101101010100111110011101101110001101111111110110000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A5373

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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