#5A4F72

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

Shades of Smoky #5A4F72

Tints of Smoky #5A4F72

Color information

#5A4F72 (or 0x5A4F72) is unknown color: approx Smoky. HEX triplet: 5A, 4F and 72. RGB value is (90,79,114). Sum of RGB (Red+Green+Blue) = 90+79+114=283 (37% of max value = 765). Red value is 90 (35.55% from 255 or 31.80% from 283); Green value is 79 (31.25% from 255 or 27.92% from 283); Blue value is 114 (44.92% from 255 or 40.28% from 283); Max value from RGB is 114 - color contains mainly: blue. Hex color #5A4F72 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A4F72 is #A5B08D. Grayscale: #565656. Windows color (decimal): -10858638 or 7491418. OLE color: 7491418.

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

Color convert

RGB9079114-
CMYK0.210.3100.55
HSL258.86º18.13%37.84%-
HSV(B)258.86º30.7%44.71%-
XYZ10.058.9817.12-
YUV86.28143.64130.65-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 31.80%
GREEN value IS 79 (31.25% from 255) = 27.92%
BLUE value IS 114 (44.92% from 255) = 40.28%
R=31.80%
G=27.92%
B=40.28%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal90791140.210.3100.55258.8618.1337.84
Hex5A4F72151F0371031226
Octal13211716225370674032246
Binary1011010100111111100101010111111011011110000001110010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A4F72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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