Shades of Comet #545673
Tints of Comet #545673
RGB
CMYK
RGB Variations
Color information
#545673 (or 0x545673) is known color: Comet. HEX triplet: 54, 56 and 73. RGB value is (84,86,115). Sum of RGB (Red+Green+Blue) = 84+86+115=285 (37% of max value = 765). Red value is 84 (33.20% from 255 or 29.47% from 285); Green value is 86 (33.98% from 255 or 30.18% from 285); Blue value is 115 (45.31% from 255 or 40.35% from 285); Max value from RGB is 115 - color contains mainly: blue. Hex color #545673 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #545673 is #ABA98C. Grayscale: #585858. Windows color (decimal): -11250061 or 7558740. OLE color: 7558740.
HSL color Cylindrical-coordinate representation of color #545673: hue angle of 236.13º 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 #545673 is Cyan = 0.27, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 84 | 86 | 115 | - |
| CMYK | 0.27 | 0.25 | 0 | 0.55 |
| HSL | 236.13º | 0.16% | 0.39% | - |
| HSV(B) | 236.13º | 0.27% | 0.45% | - |
| XYZ | 10.08 | 9.78 | 17.58 | - |
| YUV | 88.71 | 142.84 | 124.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 86 | 115 | 0.27 | 0.25 | 0 | 0.55 | 236.13 | 0.16 | 0.39 |
| Hex | 54 | 56 | 73 | 1B | 19 | 0 | 37 | EC | 10 | 27 |
| Octal | 124 | 126 | 163 | 33 | 31 | 0 | 67 | 354 | 20 | 47 |
| Binary | 1010100 | 1010110 | 1110011 | 11011 | 11001 | 0 | 110111 | 11101100 | 10000 | 100111 |
Color Harmonies of #545673
Complementary color
Monochromatic Colors of #545673
Black with #545673
Text Example
Text Example
White with #545673
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #545673; }
p { color: rgb(84,86,115); }
H1.HeaderClassName
{
color: #545673;
}
.AnyTagClassName
{
color: #545673;
}
</style>
background-color css
<style>
a { background-color: #545673; }
a { background-color: rgb(84,86,115); }
div.DivClassName
{
background-color: #545673;
}
.BgClassName
{
background-color: #545673;
}
</style>
border-color css
<style>
span { border-color: #545673; }
span { border-color: rgb(84,86,115); }
td.TdClassName
{
border-color: #545673;
}
.TagClassName
{
border-color: #545673;
}
</style>