#5A546D

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

Shades of Smoky #5A546D

Tints of Smoky #5A546D

Color information

#5A546D (or 0x5A546D) is unknown color: approx Smoky. HEX triplet: 5A, 54 and 6D. RGB value is (90,84,109). Sum of RGB (Red+Green+Blue) = 90+84+109=283 (37% of max value = 765). Red value is 90 (35.55% from 255 or 31.80% from 283); Green value is 84 (33.20% from 255 or 29.68% from 283); Blue value is 109 (42.97% from 255 or 38.52% from 283); Max value from RGB is 109 - color contains mainly: blue. Hex color #5A546D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A546D is #A5AB92. Grayscale: #585858. Windows color (decimal): -10857363 or 7165018. OLE color: 7165018.

HSL color Cylindrical-coordinate representation of color #5A546D: hue angle of 254.4º degrees, saturation: 0.13, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #5A546D is Cyan = 0.17, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB9084109-
CMYK0.170.2300.57
HSL254.4º12.95%37.84%-
HSV(B)254.4º22.94%42.75%-
XYZ10.159.6215.79-
YUV88.64139.49128.97-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 31.80%
GREEN value IS 84 (33.20% from 255) = 29.68%
BLUE value IS 109 (42.97% from 255) = 38.52%
R=31.80%
G=29.68%
B=38.52%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal90841090.170.2300.57254.412.9537.84
Hex5A546D1117039fed26
Octal13212415521270713761546
Binary10110101010100110110110001101110111001111111101101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A546D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,84,109); }

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

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

 a { background-color: rgb(90,84,109); }

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

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

 span { border-color: rgb(90,84,109); }

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