Shades of Comet #545773
Tints of Comet #545773
RGB
CMYK
RGB Variations
Color information
#545773 (or 0x545773) is known color: Comet. HEX triplet: 54, 57 and 73. RGB value is (84,87,115). Sum of RGB (Red+Green+Blue) = 84+87+115=286 (37% of max value = 765). Red value is 84 (33.20% from 255 or 29.37% from 286); Green value is 87 (34.38% from 255 or 30.42% from 286); Blue value is 115 (45.31% from 255 or 40.21% from 286); Max value from RGB is 115 - color contains mainly: blue. Hex color #545773 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #545773 is #ABA88C. Grayscale: #595959. Windows color (decimal): -11249805 or 7558996. OLE color: 7558996.
HSL color Cylindrical-coordinate representation of color #545773: hue angle of 234.19º 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 #545773 is Cyan = 0.27, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 84 | 87 | 115 | - |
| CMYK | 0.27 | 0.24 | 0 | 0.55 |
| HSL | 234.19º | 0.16% | 0.39% | - |
| HSV(B) | 234.19º | 0.27% | 0.45% | - |
| XYZ | 10.16 | 9.94 | 17.6 | - |
| YUV | 89.3 | 142.51 | 124.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 87 | 115 | 0.27 | 0.24 | 0 | 0.55 | 234.19 | 0.16 | 0.39 |
| Hex | 54 | 57 | 73 | 1B | 18 | 0 | 37 | EA | 10 | 27 |
| Octal | 124 | 127 | 163 | 33 | 30 | 0 | 67 | 352 | 20 | 47 |
| Binary | 1010100 | 1010111 | 1110011 | 11011 | 11000 | 0 | 110111 | 11101010 | 10000 | 100111 |
Color Harmonies of #545773
Complementary color
Monochromatic Colors of #545773
Black with #545773
Text Example
Text Example
White with #545773
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #545773; }
p { color: rgb(84,87,115); }
H1.HeaderClassName
{
color: #545773;
}
.AnyTagClassName
{
color: #545773;
}
</style>
background-color css
<style>
a { background-color: #545773; }
a { background-color: rgb(84,87,115); }
div.DivClassName
{
background-color: #545773;
}
.BgClassName
{
background-color: #545773;
}
</style>
border-color css
<style>
span { border-color: #545773; }
span { border-color: rgb(84,87,115); }
td.TdClassName
{
border-color: #545773;
}
.TagClassName
{
border-color: #545773;
}
</style>