#544E6D

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

Shades of Smoky #544E6D

Tints of Smoky #544E6D

Color information

#544E6D (or 0x544E6D) is unknown color: approx Smoky. HEX triplet: 54, 4E and 6D. RGB value is (84,78,109). Sum of RGB (Red+Green+Blue) = 84+78+109=271 (35% of max value = 765). Red value is 84 (33.20% from 255 or 31.00% from 271); Green value is 78 (30.86% from 255 or 28.78% from 271); Blue value is 109 (42.97% from 255 or 40.22% from 271); Max value from RGB is 109 - color contains mainly: blue. Hex color #544E6D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #544E6D is #ABB192. Grayscale: #535353. Windows color (decimal): -11252115 or 7163476. OLE color: 7163476.

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

Color convert

RGB8478109-
CMYK0.230.2800.57
HSL251.61º16.58%36.67%-
HSV(B)251.61º28.44%42.75%-
XYZ9.148.4415.61-
YUV83.33142.49128.48-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 31.00%
GREEN value IS 78 (30.86% from 255) = 28.78%
BLUE value IS 109 (42.97% from 255) = 40.22%
R=31.00%
G=28.78%
B=40.22%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal84781090.230.2800.57251.6116.5836.67
Hex544E6D171C039fc1125
Octal12411615527340713742145
Binary101010010011101101101101111110001110011111110010001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #544E6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,78,109); }

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

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

 a { background-color: rgb(84,78,109); }

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

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

 span { border-color: rgb(84,78,109); }

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