#545373

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

Shades of Comet #545373

Tints of Comet #545373

Color information

#545373 (or 0x545373) is unknown color: approx Comet. HEX triplet: 54, 53 and 73. RGB value is (84,83,115). Sum of RGB (Red+Green+Blue) = 84+83+115=282 (37% of max value = 765). Red value is 84 (33.20% from 255 or 29.79% from 282); Green value is 83 (32.81% from 255 or 29.43% from 282); Blue value is 115 (45.31% from 255 or 40.78% from 282); Max value from RGB is 115 - color contains mainly: blue. Hex color #545373 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #545373 is #ABAC8C. Grayscale: #565656. Windows color (decimal): -11250829 or 7557972. OLE color: 7557972.

HSL color Cylindrical-coordinate representation of color #545373: hue angle of 241.88º degrees, saturation: 0.16, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #545373 is Cyan = 0.27, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB8483115-
CMYK0.270.2800.55
HSL241.88º16.16%38.82%-
HSV(B)241.88º27.83%45.1%-
XYZ9.849.3117.5-
YUV86.95143.83125.9-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 29.79%
GREEN value IS 83 (32.81% from 255) = 29.43%
BLUE value IS 115 (45.31% from 255) = 40.78%
R=29.79%
G=29.43%
B=40.78%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal84831150.270.2800.55241.8816.1638.82
Hex5453731B1C037f21027
Octal12412316333340673622047
Binary101010010100111110011110111110001101111111001010000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #545373

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #545373; }

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

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

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

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

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

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

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

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