#54516C

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

Shades of Smoky #54516C

Tints of Smoky #54516C

Color information

#54516C (or 0x54516C) is unknown color: approx Smoky. HEX triplet: 54, 51 and 6C. RGB value is (84,81,108). Sum of RGB (Red+Green+Blue) = 84+81+108=273 (36% of max value = 765). Red value is 84 (33.20% from 255 or 30.77% from 273); Green value is 81 (32.03% from 255 or 29.67% from 273); Blue value is 108 (42.58% from 255 or 39.56% from 273); Max value from RGB is 108 - color contains mainly: blue. Hex color #54516C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #54516C is #ABAE93. Grayscale: #545454. Windows color (decimal): -11251348 or 7098708. OLE color: 7098708.

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

Color convert

RGB8481108-
CMYK0.220.2500.58
HSL246.67º14.29%37.06%-
HSV(B)246.67º25%42.35%-
XYZ9.318.8515.41-
YUV84.98140.99127.3-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 30.77%
GREEN value IS 81 (32.03% from 255) = 29.67%
BLUE value IS 108 (42.58% from 255) = 39.56%
R=30.77%
G=29.67%
B=39.56%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal84811080.220.2500.58246.6714.2937.06
Hex54516C161903Af7e25
Octal12412115426310723671645
Binary10101001010001110110010110110010111010111101111110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54516C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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