#54526C

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

Shades of Smoky #54526C

Tints of Smoky #54526C

Color information

#54526C (or 0x54526C) is unknown color: approx Smoky. HEX triplet: 54, 52 and 6C. RGB value is (84,82,108). Sum of RGB (Red+Green+Blue) = 84+82+108=274 (36% of max value = 765). Red value is 84 (33.20% from 255 or 30.66% from 274); Green value is 82 (32.42% from 255 or 29.93% from 274); Blue value is 108 (42.58% from 255 or 39.42% from 274); Max value from RGB is 108 - color contains mainly: blue. Hex color #54526C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #54526C is #ABAD93. Grayscale: #555555. Windows color (decimal): -11251092 or 7098964. OLE color: 7098964.

HSL color Cylindrical-coordinate representation of color #54526C: hue angle of 244.62º 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 #54526C is Cyan = 0.22, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB8482108-
CMYK0.220.2400.58
HSL244.62º13.68%37.25%-
HSV(B)244.62º24.07%42.35%-
XYZ9.38915.43-
YUV85.56140.66126.89-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 30.66%
GREEN value IS 82 (32.42% from 255) = 29.93%
BLUE value IS 108 (42.58% from 255) = 39.42%
R=30.66%
G=29.93%
B=39.42%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal84821080.220.2400.58244.6213.6837.25
Hex54526C161803Af5e25
Octal12412215426300723651645
Binary10101001010010110110010110110000111010111101011110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54526C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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