Shades of Comet #545882
Tints of Comet #545882
RGB
CMYK
RGB Variations
Color information
#545882 (or 0x545882) is known color: Comet. HEX triplet: 54, 58 and 82. RGB value is (84,88,130). Sum of RGB (Red+Green+Blue) = 84+88+130=302 (40% of max value = 765). Red value is 84 (33.20% from 255 or 27.81% from 302); Green value is 88 (34.77% from 255 or 29.14% from 302); Blue value is 130 (51.17% from 255 or 43.05% from 302); Max value from RGB is 130 - color contains mainly: blue. Hex color #545882 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #545882 is #ABA77D. Grayscale: #5B5B5B. Windows color (decimal): -11249534 or 8542292. OLE color: 8542292.
HSL color Cylindrical-coordinate representation of color #545882: hue angle of 234.78º 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 #545882 is Cyan = 0.35, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 84 | 88 | 130 | - |
| CMYK | 0.35 | 0.32 | 0 | 0.49 |
| HSL | 234.78º | 0.21% | 0.42% | - |
| HSV(B) | 234.78º | 0.35% | 0.51% | - |
| XYZ | 11.18 | 10.48 | 22.55 | - |
| YUV | 91.59 | 149.67 | 122.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 88 | 130 | 0.35 | 0.32 | 0 | 0.49 | 234.78 | 0.21 | 0.42 |
| Hex | 54 | 58 | 82 | 23 | 20 | 0 | 31 | EB | 15 | 2A |
| Octal | 124 | 130 | 202 | 43 | 40 | 0 | 61 | 353 | 25 | 52 |
| Binary | 1010100 | 1011000 | 10000010 | 100011 | 100000 | 0 | 110001 | 11101011 | 10101 | 101010 |
Color Harmonies of #545882
Complementary color
Monochromatic Colors of #545882
Black with #545882
Text Example
Text Example
White with #545882
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #545882; }
p { color: rgb(84,88,130); }
H1.HeaderClassName
{
color: #545882;
}
.AnyTagClassName
{
color: #545882;
}
</style>
background-color css
<style>
a { background-color: #545882; }
a { background-color: rgb(84,88,130); }
div.DivClassName
{
background-color: #545882;
}
.BgClassName
{
background-color: #545882;
}
</style>
border-color css
<style>
span { border-color: #545882; }
span { border-color: rgb(84,88,130); }
td.TdClassName
{
border-color: #545882;
}
.TagClassName
{
border-color: #545882;
}
</style>