#545263

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

Shades of Smoky #545263

Tints of Smoky #545263

Color information

#545263 (or 0x545263) is unknown color: approx Smoky. HEX triplet: 54, 52 and 63. RGB value is (84,82,99). Sum of RGB (Red+Green+Blue) = 84+82+99=265 (35% of max value = 765). Red value is 84 (33.20% from 255 or 31.70% from 265); Green value is 82 (32.42% from 255 or 30.94% from 265); Blue value is 99 (39.06% from 255 or 37.36% from 265); Max value from RGB is 99 - color contains mainly: blue. Hex color #545263 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #545263 is #ABAD9C. Grayscale: #545454. Windows color (decimal): -11251101 or 6509140. OLE color: 6509140.

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

Color convert

RGB848299-
CMYK0.150.1700.61
HSL247.06º9.39%35.49%-
HSV(B)247.06º17.17%38.82%-
XYZ8.938.8213.04-
YUV84.54136.16127.62-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 31.70%
GREEN value IS 82 (32.42% from 255) = 30.94%
BLUE value IS 99 (39.06% from 255) = 37.36%
R=31.70%
G=30.94%
B=37.36%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal8482990.150.1700.61247.069.3935.49
Hex545263F1103Df7923
Octal12412214317210753671143
Binary1010100101001011000111111100010111101111101111001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #545263

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #545263; }

 p { color: rgb(84,82,99); }

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

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

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

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

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

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

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