#545464

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

Shades of Smoky #545464

Tints of Smoky #545464

Color information

#545464 (or 0x545464) is unknown color: approx Smoky. HEX triplet: 54, 54 and 64. RGB value is (84,84,100). Sum of RGB (Red+Green+Blue) = 84+84+100=268 (35% of max value = 765). Red value is 84 (33.20% from 255 or 31.34% from 268); Green value is 84 (33.20% from 255 or 31.34% from 268); Blue value is 100 (39.45% from 255 or 37.31% from 268); Max value from RGB is 100 - color contains mainly: blue. Hex color #545464 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #545464 is #ABAB9B. Grayscale: #555555. Windows color (decimal): -11250588 or 6575188. OLE color: 6575188.

HSL color Cylindrical-coordinate representation of color #545464: hue angle of 240º degrees, saturation: 0.09, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #545464 is Cyan = 0.16, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB8484100-
CMYK0.160.1600.61
HSL240º8.7%36.08%-
HSV(B)240º16%39.22%-
XYZ9.139.1513.34-
YUV85.82136126.7-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 31.34%
GREEN value IS 84 (33.20% from 255) = 31.34%
BLUE value IS 100 (39.45% from 255) = 37.31%
R=31.34%
G=31.34%
B=37.31%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal84841000.160.1600.612408.736.08
Hex545464101003Df0924
Octal12412414420200753601144
Binary10101001010100110010010000100000111101111100001001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #545464

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #545464; }

 p { color: rgb(84,84,100); }

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

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

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

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

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

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

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