#5A546F

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

Shades of Smoky #5A546F

Tints of Smoky #5A546F

Color information

#5A546F (or 0x5A546F) is unknown color: approx Smoky. HEX triplet: 5A, 54 and 6F. RGB value is (90,84,111). Sum of RGB (Red+Green+Blue) = 90+84+111=285 (37% of max value = 765). Red value is 90 (35.55% from 255 or 31.58% from 285); Green value is 84 (33.20% from 255 or 29.47% from 285); Blue value is 111 (43.75% from 255 or 38.95% from 285); Max value from RGB is 111 - color contains mainly: blue. Hex color #5A546F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A546F is #A5AB90. Grayscale: #585858. Windows color (decimal): -10857361 or 7296090. OLE color: 7296090.

HSL color Cylindrical-coordinate representation of color #5A546F: hue angle of 253.33º degrees, saturation: 0.14, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #5A546F is Cyan = 0.19, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB9084111-
CMYK0.190.2400.56
HSL253.33º13.85%38.24%-
HSV(B)253.33º24.32%43.53%-
XYZ10.269.6616.36-
YUV88.87140.49128.8-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 31.58%
GREEN value IS 84 (33.20% from 255) = 29.47%
BLUE value IS 111 (43.75% from 255) = 38.95%
R=31.58%
G=29.47%
B=38.95%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal90841110.190.2400.56253.3313.8538.24
Hex5A546F1318038fde26
Octal13212415723300703751646
Binary10110101010100110111110011110000111000111111011110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A546F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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