#54516E

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

Shades of Smoky #54516E

Tints of Smoky #54516E

Color information

#54516E (or 0x54516E) is unknown color: approx Smoky. HEX triplet: 54, 51 and 6E. RGB value is (84,81,110). Sum of RGB (Red+Green+Blue) = 84+81+110=275 (36% of max value = 765). Red value is 84 (33.20% from 255 or 30.55% from 275); Green value is 81 (32.03% from 255 or 29.45% from 275); Blue value is 110 (43.36% from 255 or 40% from 275); Max value from RGB is 110 - color contains mainly: blue. Hex color #54516E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #54516E is #ABAE91. Grayscale: #555555. Windows color (decimal): -11251346 or 7229780. OLE color: 7229780.

HSL color Cylindrical-coordinate representation of color #54516E: hue angle of 246.21º degrees, saturation: 0.15, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #54516E is Cyan = 0.24, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB8481110-
CMYK0.240.2600.57
HSL246.21º15.18%37.45%-
HSV(B)246.21º26.36%43.14%-
XYZ9.418.915.97-
YUV85.2141.99127.14-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 30.55%
GREEN value IS 81 (32.03% from 255) = 29.45%
BLUE value IS 110 (43.36% from 255) = 40%
R=30.55%
G=29.45%
B=40%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal84811100.240.2600.57246.2115.1837.45
Hex54516E181A039f6f25
Octal12412115630320713661745
Binary10101001010001110111011000110100111001111101101111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54516E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #54516E; }

 p { color: rgb(84,81,110); }

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

<style>
 a { background-color: #54516E; }

 a { background-color: rgb(84,81,110); }

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

<style>
 span { border-color: #54516E; }

 span { border-color: rgb(84,81,110); }

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