#545171

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

Shades of Smoky #545171

Tints of Smoky #545171

Color information

#545171 (or 0x545171) is unknown color: approx Smoky. HEX triplet: 54, 51 and 71. RGB value is (84,81,113). Sum of RGB (Red+Green+Blue) = 84+81+113=278 (36% of max value = 765). Red value is 84 (33.20% from 255 or 30.22% from 278); Green value is 81 (32.03% from 255 or 29.14% from 278); Blue value is 113 (44.53% from 255 or 40.65% from 278); Max value from RGB is 113 - color contains mainly: blue. Hex color #545171 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #545171 is #ABAE8E. Grayscale: #555555. Windows color (decimal): -11251343 or 7426388. OLE color: 7426388.

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

Color convert

RGB8481113-
CMYK0.260.2800.56
HSL245.62º16.49%38.04%-
HSV(B)245.62º28.32%44.31%-
XYZ9.588.9616.85-
YUV85.54143.49126.9-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 30.22%
GREEN value IS 81 (32.03% from 255) = 29.14%
BLUE value IS 113 (44.53% from 255) = 40.65%
R=30.22%
G=29.14%
B=40.65%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal84811130.260.2800.56245.6216.4938.04
Hex5451711A1C038f61026
Octal12412116132340703662046
Binary101010010100011110001110101110001110001111011010000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #545171

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #545171; }

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

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

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

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

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

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

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

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