#54516D

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

Shades of Smoky #54516D

Tints of Smoky #54516D

Color information

#54516D (or 0x54516D) is unknown color: approx Smoky. HEX triplet: 54, 51 and 6D. RGB value is (84,81,109). Sum of RGB (Red+Green+Blue) = 84+81+109=274 (36% of max value = 765). Red value is 84 (33.20% from 255 or 30.66% from 274); Green value is 81 (32.03% from 255 or 29.56% from 274); Blue value is 109 (42.97% from 255 or 39.78% from 274); Max value from RGB is 109 - color contains mainly: blue. Hex color #54516D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #54516D is #ABAE92. Grayscale: #545454. Windows color (decimal): -11251347 or 7164244. OLE color: 7164244.

HSL color Cylindrical-coordinate representation of color #54516D: hue angle of 246.43º 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 #54516D is Cyan = 0.23, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB8481109-
CMYK0.230.2600.57
HSL246.43º14.74%37.25%-
HSV(B)246.43º25.69%42.75%-
XYZ9.368.8715.69-
YUV85.09141.49127.22-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 30.66%
GREEN value IS 81 (32.03% from 255) = 29.56%
BLUE value IS 109 (42.97% from 255) = 39.78%
R=30.66%
G=29.56%
B=39.78%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal84811090.230.2600.57246.4314.7437.25
Hex54516D171A039f6f25
Octal12412115527320713661745
Binary10101001010001110110110111110100111001111101101111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54516D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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