#5A576A

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

Shades of Smoky #5A576A

Tints of Smoky #5A576A

Color information

#5A576A (or 0x5A576A) is unknown color: approx Smoky. HEX triplet: 5A, 57 and 6A. RGB value is (90,87,106). Sum of RGB (Red+Green+Blue) = 90+87+106=283 (37% of max value = 765). Red value is 90 (35.55% from 255 or 31.80% from 283); Green value is 87 (34.38% from 255 or 30.74% from 283); Blue value is 106 (41.80% from 255 or 37.46% from 283); Max value from RGB is 106 - color contains mainly: blue. Hex color #5A576A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A576A is #A5A895. Grayscale: #595959. Windows color (decimal): -10856598 or 6969178. OLE color: 6969178.

HSL color Cylindrical-coordinate representation of color #5A576A: hue angle of 249.47º degrees, saturation: 0.1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #5A576A is Cyan = 0.15, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB9087106-
CMYK0.150.1800.58
HSL249.47º9.84%37.84%-
HSV(B)249.47º17.92%41.57%-
XYZ10.2310.0315.03-
YUV90.06136.99127.96-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 31.80%
GREEN value IS 87 (34.38% from 255) = 30.74%
BLUE value IS 106 (41.80% from 255) = 37.46%
R=31.80%
G=30.74%
B=37.46%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal90871060.150.1800.58249.479.8437.84
Hex5A576AF1203Af9a26
Octal13212715217220723711246
Binary1011010101011111010101111100100111010111110011010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A576A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,87,106); }

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

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

 a { background-color: rgb(90,87,106); }

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

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

 span { border-color: rgb(90,87,106); }

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