#544F71

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

Shades of Smoky #544F71

Tints of Smoky #544F71

Color information

#544F71 (or 0x544F71) is unknown color: approx Smoky. HEX triplet: 54, 4F and 71. RGB value is (84,79,113). Sum of RGB (Red+Green+Blue) = 84+79+113=276 (36% of max value = 765). Red value is 84 (33.20% from 255 or 30.43% from 276); Green value is 79 (31.25% from 255 or 28.62% from 276); Blue value is 113 (44.53% from 255 or 40.94% from 276); Max value from RGB is 113 - color contains mainly: blue. Hex color #544F71 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #544F71 is #ABB08E. Grayscale: #545454. Windows color (decimal): -11251855 or 7425876. OLE color: 7425876.

HSL color Cylindrical-coordinate representation of color #544F71: hue angle of 248.82º degrees, saturation: 0.18, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #544F71 is Cyan = 0.26, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB8479113-
CMYK0.260.3000.56
HSL248.82º17.71%37.65%-
HSV(B)248.82º30.09%44.31%-
XYZ9.438.6716.8-
YUV84.37144.16127.74-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 30.43%
GREEN value IS 79 (31.25% from 255) = 28.62%
BLUE value IS 113 (44.53% from 255) = 40.94%
R=30.43%
G=28.62%
B=40.94%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal84791130.260.3000.56248.8217.7137.65
Hex544F711A1E038f91226
Octal12411716132360703712246
Binary101010010011111110001110101111001110001111100110010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #544F71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,79,113); }

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

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

 a { background-color: rgb(84,79,113); }

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

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

 span { border-color: rgb(84,79,113); }

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