Shades of Comet #545982
Tints of Comet #545982
RGB
CMYK
RGB Variations
Color information
#545982 (or 0x545982) is known color: Comet. HEX triplet: 54, 59 and 82. RGB value is (84,89,130). Sum of RGB (Red+Green+Blue) = 84+89+130=303 (40% of max value = 765). Red value is 84 (33.20% from 255 or 27.72% from 303); Green value is 89 (35.16% from 255 or 29.37% from 303); Blue value is 130 (51.17% from 255 or 42.90% from 303); Max value from RGB is 130 - color contains mainly: blue. Hex color #545982 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #545982 is #ABA67D. Grayscale: #5C5C5C. Windows color (decimal): -11249278 or 8542548. OLE color: 8542548.
HSL color Cylindrical-coordinate representation of color #545982: hue angle of 233.48º degrees, saturation: 0.21, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #545982 is Cyan = 0.35, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 84 | 89 | 130 | - |
| CMYK | 0.35 | 0.32 | 0 | 0.49 |
| HSL | 233.48º | 0.21% | 0.42% | - |
| HSV(B) | 233.48º | 0.35% | 0.51% | - |
| XYZ | 11.26 | 10.64 | 22.58 | - |
| YUV | 92.18 | 149.34 | 122.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 89 | 130 | 0.35 | 0.32 | 0 | 0.49 | 233.48 | 0.21 | 0.42 |
| Hex | 54 | 59 | 82 | 23 | 20 | 0 | 31 | E9 | 15 | 2A |
| Octal | 124 | 131 | 202 | 43 | 40 | 0 | 61 | 351 | 25 | 52 |
| Binary | 1010100 | 1011001 | 10000010 | 100011 | 100000 | 0 | 110001 | 11101001 | 10101 | 101010 |
Color Harmonies of #545982
Complementary color
Monochromatic Colors of #545982
Black with #545982
Text Example
Text Example
White with #545982
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #545982; }
p { color: rgb(84,89,130); }
H1.HeaderClassName
{
color: #545982;
}
.AnyTagClassName
{
color: #545982;
}
</style>
background-color css
<style>
a { background-color: #545982; }
a { background-color: rgb(84,89,130); }
div.DivClassName
{
background-color: #545982;
}
.BgClassName
{
background-color: #545982;
}
</style>
border-color css
<style>
span { border-color: #545982; }
span { border-color: rgb(84,89,130); }
td.TdClassName
{
border-color: #545982;
}
.TagClassName
{
border-color: #545982;
}
</style>