#545273

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

Shades of Smoky #545273

Tints of Smoky #545273

Color information

#545273 (or 0x545273) is unknown color: approx Smoky. HEX triplet: 54, 52 and 73. RGB value is (84,82,115). Sum of RGB (Red+Green+Blue) = 84+82+115=281 (37% of max value = 765). Red value is 84 (33.20% from 255 or 29.89% from 281); Green value is 82 (32.42% from 255 or 29.18% from 281); Blue value is 115 (45.31% from 255 or 40.93% from 281); Max value from RGB is 115 - color contains mainly: blue. Hex color #545273 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #545273 is #ABAD8C. Grayscale: #565656. Windows color (decimal): -11251085 or 7557716. OLE color: 7557716.

HSL color Cylindrical-coordinate representation of color #545273: hue angle of 243.64º degrees, saturation: 0.17, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #545273 is Cyan = 0.27, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB8482115-
CMYK0.270.2900.55
HSL243.64º16.75%38.63%-
HSV(B)243.64º28.7%45.1%-
XYZ9.779.1617.47-
YUV86.36144.16126.32-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 29.89%
GREEN value IS 82 (32.42% from 255) = 29.18%
BLUE value IS 115 (45.31% from 255) = 40.93%
R=29.89%
G=29.18%
B=40.93%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal84821150.270.2900.55243.6416.7538.63
Hex5452731B1D037f41127
Octal12412216333350673642147
Binary101010010100101110011110111110101101111111010010001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #545273

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #545273; }

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

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

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

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

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

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

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

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