#545362

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

Shades of Smoky #545362

Tints of Smoky #545362

Color information

#545362 (or 0x545362) is unknown color: approx Smoky. HEX triplet: 54, 53 and 62. RGB value is (84,83,98). Sum of RGB (Red+Green+Blue) = 84+83+98=265 (35% of max value = 765). Red value is 84 (33.20% from 255 or 31.70% from 265); Green value is 83 (32.81% from 255 or 31.32% from 265); Blue value is 98 (38.67% from 255 or 36.98% from 265); Max value from RGB is 98 - color contains mainly: blue. Hex color #545362 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #545362 is #ABAC9D. Grayscale: #545454. Windows color (decimal): -11250846 or 6443860. OLE color: 6443860.

HSL color Cylindrical-coordinate representation of color #545362: hue angle of 244º degrees, saturation: 0.08, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #545362 is Cyan = 0.14, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB848398-
CMYK0.140.1500.62
HSL244º8.29%35.49%-
HSV(B)244º15.31%38.43%-
XYZ8.958.9512.81-
YUV85.01135.33127.28-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 31.70%
GREEN value IS 83 (32.81% from 255) = 31.32%
BLUE value IS 98 (38.67% from 255) = 36.98%
R=31.70%
G=31.32%
B=36.98%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8483980.140.1500.622448.2935.49
Hex545362EF03Ef4823
Octal12412314216170763641043
Binary101010010100111100010111011110111110111101001000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #545362

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #545362; }

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

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

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

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

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

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

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

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