#54526A

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

Shades of Smoky #54526A

Tints of Smoky #54526A

Color information

#54526A (or 0x54526A) is unknown color: approx Smoky. HEX triplet: 54, 52 and 6A. RGB value is (84,82,106). Sum of RGB (Red+Green+Blue) = 84+82+106=272 (36% of max value = 765). Red value is 84 (33.20% from 255 or 30.88% from 272); Green value is 82 (32.42% from 255 or 30.15% from 272); Blue value is 106 (41.80% from 255 or 38.97% from 272); Max value from RGB is 106 - color contains mainly: blue. Hex color #54526A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #54526A is #ABAD95. Grayscale: #555555. Windows color (decimal): -11251094 or 6967892. OLE color: 6967892.

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

Color convert

RGB8482106-
CMYK0.210.2300.58
HSL245º12.77%36.86%-
HSV(B)245º22.64%41.57%-
XYZ9.278.9614.88-
YUV85.33139.66127.05-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 30.88%
GREEN value IS 82 (32.42% from 255) = 30.15%
BLUE value IS 106 (41.80% from 255) = 38.97%
R=30.88%
G=30.15%
B=38.97%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal84821060.210.2300.5824512.7736.86
Hex54526A151703Af5d25
Octal12412215225270723651545
Binary10101001010010110101010101101110111010111101011101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54526A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #54526A; }

 p { color: rgb(84,82,106); }

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

<style>
 a { background-color: #54526A; }

 a { background-color: rgb(84,82,106); }

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

<style>
 span { border-color: #54526A; }

 span { border-color: rgb(84,82,106); }

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