#545363

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

Shades of Smoky #545363

Tints of Smoky #545363

Color information

#545363 (or 0x545363) is unknown color: approx Smoky. HEX triplet: 54, 53 and 63. RGB value is (84,83,99). Sum of RGB (Red+Green+Blue) = 84+83+99=266 (35% of max value = 765). Red value is 84 (33.20% from 255 or 31.58% from 266); Green value is 83 (32.81% from 255 or 31.20% from 266); Blue value is 99 (39.06% from 255 or 37.22% from 266); Max value from RGB is 99 - color contains mainly: blue. Hex color #545363 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #545363 is #ABAC9C. Grayscale: #555555. Windows color (decimal): -11250845 or 6509396. OLE color: 6509396.

HSL color Cylindrical-coordinate representation of color #545363: hue angle of 243.75º 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 #545363 is Cyan = 0.15, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB848399-
CMYK0.150.1600.61
HSL243.75º8.79%35.69%-
HSV(B)243.75º16.16%38.82%-
XYZ98.9713.06-
YUV85.12135.83127.2-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 31.58%
GREEN value IS 83 (32.81% from 255) = 31.20%
BLUE value IS 99 (39.06% from 255) = 37.22%
R=31.58%
G=31.20%
B=37.22%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal8483990.150.1600.61243.758.7935.69
Hex545363F1003Df4924
Octal12412314317200753641144
Binary1010100101001111000111111100000111101111101001001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #545363

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #545363; }

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

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

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

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

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

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

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

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