#545261

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

Shades of Smoky #545261

Tints of Smoky #545261

Color information

#545261 (or 0x545261) is unknown color: approx Smoky. HEX triplet: 54, 52 and 61. RGB value is (84,82,97). Sum of RGB (Red+Green+Blue) = 84+82+97=263 (34% of max value = 765). Red value is 84 (33.20% from 255 or 31.94% from 263); Green value is 82 (32.42% from 255 or 31.18% from 263); Blue value is 97 (38.28% from 255 or 36.88% from 263); Max value from RGB is 97 - color contains mainly: blue. Hex color #545261 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #545261 is #ABAD9E. Grayscale: #545454. Windows color (decimal): -11251103 or 6378068. OLE color: 6378068.

HSL color Cylindrical-coordinate representation of color #545261: hue angle of 248º degrees, saturation: 0.08, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #545261 is Cyan = 0.13, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB848297-
CMYK0.130.1500.62
HSL248º8.38%35.1%-
HSV(B)248º15.46%38.04%-
XYZ8.838.7812.54-
YUV84.31135.16127.78-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 31.94%
GREEN value IS 82 (32.42% from 255) = 31.18%
BLUE value IS 97 (38.28% from 255) = 36.88%
R=31.94%
G=31.18%
B=36.88%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8482970.130.1500.622488.3835.1
Hex545261DF03Ef8823
Octal12412214115170763701043
Binary101010010100101100001110111110111110111110001000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #545261

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #545261; }

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

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

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

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

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

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

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

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