#54516F

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

Shades of Smoky #54516F

Tints of Smoky #54516F

Color information

#54516F (or 0x54516F) is unknown color: approx Smoky. HEX triplet: 54, 51 and 6F. RGB value is (84,81,111). Sum of RGB (Red+Green+Blue) = 84+81+111=276 (36% of max value = 765). Red value is 84 (33.20% from 255 or 30.43% from 276); Green value is 81 (32.03% from 255 or 29.35% from 276); Blue value is 111 (43.75% from 255 or 40.22% from 276); Max value from RGB is 111 - color contains mainly: blue. Hex color #54516F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #54516F is #ABAE90. Grayscale: #555555. Windows color (decimal): -11251345 or 7295316. OLE color: 7295316.

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

Color convert

RGB8481111-
CMYK0.240.2700.56
HSL246º15.62%37.65%-
HSV(B)246º27.03%43.53%-
XYZ9.478.9216.26-
YUV85.32142.49127.06-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 30.43%
GREEN value IS 81 (32.03% from 255) = 29.35%
BLUE value IS 111 (43.75% from 255) = 40.22%
R=30.43%
G=29.35%
B=40.22%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal84811110.240.2700.5624615.6237.65
Hex54516F181B038f61026
Octal12412115730330703662046
Binary101010010100011101111110001101101110001111011010000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54516F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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