#545365

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

Shades of Smoky #545365

Tints of Smoky #545365

Color information

#545365 (or 0x545365) is unknown color: approx Smoky. HEX triplet: 54, 53 and 65. RGB value is (84,83,101). Sum of RGB (Red+Green+Blue) = 84+83+101=268 (35% of max value = 765). Red value is 84 (33.20% from 255 or 31.34% from 268); Green value is 83 (32.81% from 255 or 30.97% from 268); Blue value is 101 (39.84% from 255 or 37.69% from 268); Max value from RGB is 101 - color contains mainly: blue. Hex color #545365 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #545365 is #ABAC9A. Grayscale: #555555. Windows color (decimal): -11250843 or 6640468. OLE color: 6640468.

HSL color Cylindrical-coordinate representation of color #545365: hue angle of 243.33º 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 #545365 is Cyan = 0.17, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB8483101-
CMYK0.170.1800.60
HSL243.33º9.78%36.08%-
HSV(B)243.33º17.82%39.61%-
XYZ9.19.0113.57-
YUV85.35136.83127.04-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 31.34%
GREEN value IS 83 (32.81% from 255) = 30.97%
BLUE value IS 101 (39.84% from 255) = 37.69%
R=31.34%
G=30.97%
B=37.69%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal84831010.170.1800.60243.339.7836.08
Hex545365111203Cf3a24
Octal12412314521220743631244
Binary10101001010011110010110001100100111100111100111010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #545365

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #545365; }

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

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

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

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

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

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

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

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