Shades of Comet #545877
Tints of Comet #545877
RGB
CMYK
RGB Variations
Color information
#545877 (or 0x545877) is known color: Comet. HEX triplet: 54, 58 and 77. RGB value is (84,88,119). Sum of RGB (Red+Green+Blue) = 84+88+119=291 (38% of max value = 765). Red value is 84 (33.20% from 255 or 28.87% from 291); Green value is 88 (34.77% from 255 or 30.24% from 291); Blue value is 119 (46.88% from 255 or 40.89% from 291); Max value from RGB is 119 - color contains mainly: blue. Hex color #545877 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #545877 is #ABA788. Grayscale: #5A5A5A. Windows color (decimal): -11249545 or 7821396. OLE color: 7821396.
HSL color Cylindrical-coordinate representation of color #545877: hue angle of 233.14º degrees, saturation: 0.17, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #545877 is Cyan = 0.29, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 84 | 88 | 119 | - |
| CMYK | 0.29 | 0.26 | 0 | 0.53 |
| HSL | 233.14º | 0.17% | 0.4% | - |
| HSV(B) | 233.14º | 0.29% | 0.47% | - |
| XYZ | 10.48 | 10.2 | 18.87 | - |
| YUV | 90.34 | 144.17 | 123.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 88 | 119 | 0.29 | 0.26 | 0 | 0.53 | 233.14 | 0.17 | 0.4 |
| Hex | 54 | 58 | 77 | 1D | 1A | 0 | 35 | E9 | 11 | 28 |
| Octal | 124 | 130 | 167 | 35 | 32 | 0 | 65 | 351 | 21 | 50 |
| Binary | 1010100 | 1011000 | 1110111 | 11101 | 11010 | 0 | 110101 | 11101001 | 10001 | 101000 |
Color Harmonies of #545877
Complementary color
Monochromatic Colors of #545877
Black with #545877
Text Example
Text Example
White with #545877
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #545877; }
p { color: rgb(84,88,119); }
H1.HeaderClassName
{
color: #545877;
}
.AnyTagClassName
{
color: #545877;
}
</style>
background-color css
<style>
a { background-color: #545877; }
a { background-color: rgb(84,88,119); }
div.DivClassName
{
background-color: #545877;
}
.BgClassName
{
background-color: #545877;
}
</style>
border-color css
<style>
span { border-color: #545877; }
span { border-color: rgb(84,88,119); }
td.TdClassName
{
border-color: #545877;
}
.TagClassName
{
border-color: #545877;
}
</style>