Shades of Comet #545980
Tints of Comet #545980
RGB
CMYK
RGB Variations
Color information
#545980 (or 0x545980) is known color: Comet. HEX triplet: 54, 59 and 80. RGB value is (84,89,128). Sum of RGB (Red+Green+Blue) = 84+89+128=301 (39% of max value = 765). Red value is 84 (33.20% from 255 or 27.91% from 301); Green value is 89 (35.16% from 255 or 29.57% from 301); Blue value is 128 (50.39% from 255 or 42.52% from 301); Max value from RGB is 128 - color contains mainly: blue. Hex color #545980 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #545980 is #ABA67F. Grayscale: #5B5B5B. Windows color (decimal): -11249280 or 8411476. OLE color: 8411476.
HSL color Cylindrical-coordinate representation of color #545980: hue angle of 233.18º degrees, saturation: 0.21, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #545980 is Cyan = 0.34, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 84 | 89 | 128 | - |
| CMYK | 0.34 | 0.30 | 0 | 0.50 |
| HSL | 233.18º | 0.21% | 0.42% | - |
| HSV(B) | 233.18º | 0.34% | 0.5% | - |
| XYZ | 11.12 | 10.59 | 21.88 | - |
| YUV | 91.95 | 148.34 | 122.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 89 | 128 | 0.34 | 0.30 | 0 | 0.50 | 233.18 | 0.21 | 0.42 |
| Hex | 54 | 59 | 80 | 22 | 1E | 0 | 32 | E9 | 15 | 2A |
| Octal | 124 | 131 | 200 | 42 | 36 | 0 | 62 | 351 | 25 | 52 |
| Binary | 1010100 | 1011001 | 10000000 | 100010 | 11110 | 0 | 110010 | 11101001 | 10101 | 101010 |
Color Harmonies of #545980
Complementary color
Monochromatic Colors of #545980
Black with #545980
Text Example
Text Example
White with #545980
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #545980; }
p { color: rgb(84,89,128); }
H1.HeaderClassName
{
color: #545980;
}
.AnyTagClassName
{
color: #545980;
}
</style>
background-color css
<style>
a { background-color: #545980; }
a { background-color: rgb(84,89,128); }
div.DivClassName
{
background-color: #545980;
}
.BgClassName
{
background-color: #545980;
}
</style>
border-color css
<style>
span { border-color: #545980; }
span { border-color: rgb(84,89,128); }
td.TdClassName
{
border-color: #545980;
}
.TagClassName
{
border-color: #545980;
}
</style>