#544D6E

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

Shades of Smoky #544D6E

Tints of Smoky #544D6E

Color information

#544D6E (or 0x544D6E) is unknown color: approx Smoky. HEX triplet: 54, 4D and 6E. RGB value is (84,77,110). Sum of RGB (Red+Green+Blue) = 84+77+110=271 (35% of max value = 765). Red value is 84 (33.20% from 255 or 31.00% from 271); Green value is 77 (30.47% from 255 or 28.41% from 271); Blue value is 110 (43.36% from 255 or 40.59% from 271); Max value from RGB is 110 - color contains mainly: blue. Hex color #544D6E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #544D6E is #ABB291. Grayscale: #525252. Windows color (decimal): -11252370 or 7228756. OLE color: 7228756.

HSL color Cylindrical-coordinate representation of color #544D6E: hue angle of 252.73º degrees, saturation: 0.18, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #544D6E is Cyan = 0.24, Magento = 0.3, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB8477110-
CMYK0.240.300.57
HSL252.73º17.65%36.67%-
HSV(B)252.73º30%43.14%-
XYZ9.128.3215.88-
YUV82.86143.32128.82-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 31.00%
GREEN value IS 77 (30.47% from 255) = 28.41%
BLUE value IS 110 (43.36% from 255) = 40.59%
R=31.00%
G=28.41%
B=40.59%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.3
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal84771100.240.300.57252.7317.6536.67
Hex544D6E181E039fd1225
Octal12411515630360713752245
Binary101010010011011101110110001111001110011111110110010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #544D6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #544D6E; }

 p { color: rgb(84,77,110); }

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

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

 a { background-color: rgb(84,77,110); }

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

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

 span { border-color: rgb(84,77,110); }

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