#545466

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

Shades of Smoky #545466

Tints of Smoky #545466

Color information

#545466 (or 0x545466) is unknown color: approx Smoky. HEX triplet: 54, 54 and 66. RGB value is (84,84,102). Sum of RGB (Red+Green+Blue) = 84+84+102=270 (35% of max value = 765). Red value is 84 (33.20% from 255 or 31.11% from 270); Green value is 84 (33.20% from 255 or 31.11% from 270); Blue value is 102 (40.23% from 255 or 37.78% from 270); Max value from RGB is 102 - color contains mainly: blue. Hex color #545466 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #545466 is #ABAB99. Grayscale: #555555. Windows color (decimal): -11250586 or 6706260. OLE color: 6706260.

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

Color convert

RGB8484102-
CMYK0.180.1800.6
HSL240º9.68%36.47%-
HSV(B)240º17.65%40%-
XYZ9.229.1813.86-
YUV86.05137126.54-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 31.11%
GREEN value IS 84 (33.20% from 255) = 31.11%
BLUE value IS 102 (40.23% from 255) = 37.78%
R=31.11%
G=31.11%
B=37.78%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal84841020.180.1800.62409.6836.47
Hex545466121203Cf0a24
Octal12412414622220743601244
Binary10101001010100110011010010100100111100111100001010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #545466

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #545466; }

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

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

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

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

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

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

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

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