#545272

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

Shades of Smoky #545272

Tints of Smoky #545272

Color information

#545272 (or 0x545272) is unknown color: approx Smoky. HEX triplet: 54, 52 and 72. RGB value is (84,82,114). Sum of RGB (Red+Green+Blue) = 84+82+114=280 (37% of max value = 765). Red value is 84 (33.20% from 255 or 30% from 280); Green value is 82 (32.42% from 255 or 29.29% from 280); Blue value is 114 (44.92% from 255 or 40.71% from 280); Max value from RGB is 114 - color contains mainly: blue. Hex color #545272 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #545272 is #ABAD8D. Grayscale: #565656. Windows color (decimal): -11251086 or 7492180. OLE color: 7492180.

HSL color Cylindrical-coordinate representation of color #545272: hue angle of 243.75º degrees, saturation: 0.16, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #545272 is Cyan = 0.26, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB8482114-
CMYK0.260.2800.55
HSL243.75º16.33%38.43%-
HSV(B)243.75º28.07%44.71%-
XYZ9.719.1317.17-
YUV86.25143.66126.4-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 30%
GREEN value IS 82 (32.42% from 255) = 29.29%
BLUE value IS 114 (44.92% from 255) = 40.71%
R=30%
G=29.29%
B=40.71%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal84821140.260.2800.55243.7516.3338.43
Hex5452721A1C037f41026
Octal12412216232340673642046
Binary101010010100101110010110101110001101111111010010000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #545272

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #545272; }

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

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

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

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

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

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

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

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