#5A5372

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

Shades of Smoky #5A5372

Tints of Smoky #5A5372

Color information

#5A5372 (or 0x5A5372) is unknown color: approx Smoky. HEX triplet: 5A, 53 and 72. RGB value is (90,83,114). Sum of RGB (Red+Green+Blue) = 90+83+114=287 (38% of max value = 765). Red value is 90 (35.55% from 255 or 31.36% from 287); Green value is 83 (32.81% from 255 or 28.92% from 287); Blue value is 114 (44.92% from 255 or 39.72% from 287); Max value from RGB is 114 - color contains mainly: blue. Hex color #5A5372 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A5372 is #A5AC8D. Grayscale: #585858. Windows color (decimal): -10857614 or 7492442. OLE color: 7492442.

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

Color convert

RGB9083114-
CMYK0.210.2700.55
HSL253.55º15.74%38.63%-
HSV(B)253.55º27.19%44.71%-
XYZ10.359.5817.22-
YUV88.63142.32128.98-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 31.36%
GREEN value IS 83 (32.81% from 255) = 28.92%
BLUE value IS 114 (44.92% from 255) = 39.72%
R=31.36%
G=28.92%
B=39.72%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal90831140.210.2700.55253.5515.7438.63
Hex5A5372151B037fe1027
Octal13212316225330673762047
Binary101101010100111110010101011101101101111111111010000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A5372

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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