#54516B

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

Shades of Smoky #54516B

Tints of Smoky #54516B

Color information

#54516B (or 0x54516B) is unknown color: approx Smoky. HEX triplet: 54, 51 and 6B. RGB value is (84,81,107). Sum of RGB (Red+Green+Blue) = 84+81+107=272 (36% of max value = 765). Red value is 84 (33.20% from 255 or 30.88% from 272); Green value is 81 (32.03% from 255 or 29.78% from 272); Blue value is 107 (42.19% from 255 or 39.34% from 272); Max value from RGB is 107 - color contains mainly: blue. Hex color #54516B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #54516B is #ABAE94. Grayscale: #545454. Windows color (decimal): -11251349 or 7033172. OLE color: 7033172.

HSL color Cylindrical-coordinate representation of color #54516B: hue angle of 246.92º degrees, saturation: 0.14, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #54516B is Cyan = 0.21, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB8481107-
CMYK0.210.2400.58
HSL246.92º13.83%36.86%-
HSV(B)246.92º24.3%41.96%-
XYZ9.258.8315.13-
YUV84.86140.49127.39-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 30.88%
GREEN value IS 81 (32.03% from 255) = 29.78%
BLUE value IS 107 (42.19% from 255) = 39.34%
R=30.88%
G=29.78%
B=39.34%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal84811070.210.2400.58246.9213.8336.86
Hex54516B151803Af7e25
Octal12412115325300723671645
Binary10101001010001110101110101110000111010111101111110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54516B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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