#545573

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

Shades of Comet #545573

Tints of Comet #545573

Color information

#545573 (or 0x545573) is unknown color: approx Comet. HEX triplet: 54, 55 and 73. RGB value is (84,85,115). Sum of RGB (Red+Green+Blue) = 84+85+115=284 (37% of max value = 765). Red value is 84 (33.20% from 255 or 29.58% from 284); Green value is 85 (33.59% from 255 or 29.93% from 284); Blue value is 115 (45.31% from 255 or 40.49% from 284); Max value from RGB is 115 - color contains mainly: blue. Hex color #545573 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #545573 is #ABAA8C. Grayscale: #585858. Windows color (decimal): -11250317 or 7558484. OLE color: 7558484.

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

Color convert

RGB8485115-
CMYK0.270.2600.55
HSL238.06º15.58%39.02%-
HSV(B)238.06º26.96%45.1%-
XYZ109.6217.55-
YUV88.12143.17125.06-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 29.58%
GREEN value IS 85 (33.59% from 255) = 29.93%
BLUE value IS 115 (45.31% from 255) = 40.49%
R=29.58%
G=29.93%
B=40.49%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal84851150.270.2600.55238.0615.5839.02
Hex5455731B1A037ee1027
Octal12412516333320673562047
Binary101010010101011110011110111101001101111110111010000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #545573

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #545573; }

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

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

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

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

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

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

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

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