#545073

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

Shades of Smoky #545073

Tints of Smoky #545073

Color information

#545073 (or 0x545073) is unknown color: approx Smoky. HEX triplet: 54, 50 and 73. RGB value is (84,80,115). Sum of RGB (Red+Green+Blue) = 84+80+115=279 (36% of max value = 765). Red value is 84 (33.20% from 255 or 30.11% from 279); Green value is 80 (31.64% from 255 or 28.67% from 279); Blue value is 115 (45.31% from 255 or 41.22% from 279); Max value from RGB is 115 - color contains mainly: blue. Hex color #545073 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #545073 is #ABAF8C. Grayscale: #555555. Windows color (decimal): -11251597 or 7557204. OLE color: 7557204.

HSL color Cylindrical-coordinate representation of color #545073: hue angle of 246.86º degrees, saturation: 0.18, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #545073 is Cyan = 0.27, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB8480115-
CMYK0.270.3000.55
HSL246.86º17.95%38.24%-
HSV(B)246.86º30.43%45.1%-
XYZ9.628.8617.42-
YUV85.19144.83127.15-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 30.11%
GREEN value IS 80 (31.64% from 255) = 28.67%
BLUE value IS 115 (45.31% from 255) = 41.22%
R=30.11%
G=28.67%
B=41.22%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal84801150.270.3000.55246.8617.9538.24
Hex5450731B1E037f71226
Octal12412016333360673672246
Binary101010010100001110011110111111001101111111011110010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #545073

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #545073; }

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

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

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

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

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

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

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

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