Shades of Comet #545573
Tints of Comet #545573
RGB
CMYK
RGB Variations
Color information
#545573 (or 0x545573) is known color: 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
| RGB | 84 | 85 | 115 | - |
| CMYK | 0.27 | 0.26 | 0 | 0.55 |
| HSL | 238.06º | 0.16% | 0.39% | - |
| HSV(B) | 238.06º | 0.27% | 0.45% | - |
| XYZ | 10 | 9.62 | 17.55 | - |
| YUV | 88.12 | 143.17 | 125.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 85 | 115 | 0.27 | 0.26 | 0 | 0.55 | 238.06 | 0.16 | 0.39 |
| Hex | 54 | 55 | 73 | 1B | 1A | 0 | 37 | EE | 10 | 27 |
| Octal | 124 | 125 | 163 | 33 | 32 | 0 | 67 | 356 | 20 | 47 |
| Binary | 1010100 | 1010101 | 1110011 | 11011 | 11010 | 0 | 110111 | 11101110 | 10000 | 100111 |
Color Harmonies of #545573
Complementary color
Monochromatic Colors of #545573
Black with #545573
Text Example
Text Example
White with #545573
Text Example
Text Example
HTML Codes & Css Web 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>