Shades of Comet #545578
Tints of Comet #545578
RGB
CMYK
RGB Variations
Color information
#545578 (or 0x545578) is known color: Comet. HEX triplet: 54, 55 and 78. RGB value is (84,85,120). Sum of RGB (Red+Green+Blue) = 84+85+120=289 (38% of max value = 765). Red value is 84 (33.20% from 255 or 29.07% from 289); Green value is 85 (33.59% from 255 or 29.41% from 289); Blue value is 120 (47.27% from 255 or 41.52% from 289); Max value from RGB is 120 - color contains mainly: blue. Hex color #545578 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #545578 is #ABAA87. Grayscale: #585858. Windows color (decimal): -11250312 or 7886164. OLE color: 7886164.
HSL color Cylindrical-coordinate representation of color #545578: hue angle of 238.33º degrees, saturation: 0.18, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #545578 is Cyan = 0.3, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 84 | 85 | 120 | - |
| CMYK | 0.3 | 0.29 | 0 | 0.53 |
| HSL | 238.33º | 0.18% | 0.4% | - |
| HSV(B) | 238.33º | 0.3% | 0.47% | - |
| XYZ | 10.29 | 9.74 | 19.11 | - |
| YUV | 88.69 | 145.67 | 124.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 85 | 120 | 0.3 | 0.29 | 0 | 0.53 | 238.33 | 0.18 | 0.4 |
| Hex | 54 | 55 | 78 | 1E | 1D | 0 | 35 | EE | 12 | 28 |
| Octal | 124 | 125 | 170 | 36 | 35 | 0 | 65 | 356 | 22 | 50 |
| Binary | 1010100 | 1010101 | 1111000 | 11110 | 11101 | 0 | 110101 | 11101110 | 10010 | 101000 |
Color Harmonies of #545578
Complementary color
Monochromatic Colors of #545578
Black with #545578
Text Example
Text Example
White with #545578
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #545578; }
p { color: rgb(84,85,120); }
H1.HeaderClassName
{
color: #545578;
}
.AnyTagClassName
{
color: #545578;
}
</style>
background-color css
<style>
a { background-color: #545578; }
a { background-color: rgb(84,85,120); }
div.DivClassName
{
background-color: #545578;
}
.BgClassName
{
background-color: #545578;
}
</style>
border-color css
<style>
span { border-color: #545578; }
span { border-color: rgb(84,85,120); }
td.TdClassName
{
border-color: #545578;
}
.TagClassName
{
border-color: #545578;
}
</style>