Shades of Comet #545576
Tints of Comet #545576
RGB
CMYK
RGB Variations
Color information
#545576 (or 0x545576) is known color: Comet. HEX triplet: 54, 55 and 76. RGB value is (84,85,118). Sum of RGB (Red+Green+Blue) = 84+85+118=287 (38% of max value = 765). Red value is 84 (33.20% from 255 or 29.27% from 287); Green value is 85 (33.59% from 255 or 29.62% from 287); Blue value is 118 (46.48% from 255 or 41.11% from 287); Max value from RGB is 118 - color contains mainly: blue. Hex color #545576 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #545576 is #ABAA89. Grayscale: #585858. Windows color (decimal): -11250314 or 7755092. OLE color: 7755092.
HSL color Cylindrical-coordinate representation of color #545576: hue angle of 238.24º degrees, saturation: 0.17, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #545576 is Cyan = 0.29, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 84 | 85 | 118 | - |
| CMYK | 0.29 | 0.28 | 0 | 0.54 |
| HSL | 238.24º | 0.17% | 0.4% | - |
| HSV(B) | 238.24º | 0.29% | 0.46% | - |
| XYZ | 10.17 | 9.69 | 18.47 | - |
| YUV | 88.46 | 144.67 | 124.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 85 | 118 | 0.29 | 0.28 | 0 | 0.54 | 238.24 | 0.17 | 0.4 |
| Hex | 54 | 55 | 76 | 1D | 1C | 0 | 36 | EE | 11 | 28 |
| Octal | 124 | 125 | 166 | 35 | 34 | 0 | 66 | 356 | 21 | 50 |
| Binary | 1010100 | 1010101 | 1110110 | 11101 | 11100 | 0 | 110110 | 11101110 | 10001 | 101000 |
Color Harmonies of #545576
Complementary color
Monochromatic Colors of #545576
Black with #545576
Text Example
Text Example
White with #545576
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #545576; }
p { color: rgb(84,85,118); }
H1.HeaderClassName
{
color: #545576;
}
.AnyTagClassName
{
color: #545576;
}
</style>
background-color css
<style>
a { background-color: #545576; }
a { background-color: rgb(84,85,118); }
div.DivClassName
{
background-color: #545576;
}
.BgClassName
{
background-color: #545576;
}
</style>
border-color css
<style>
span { border-color: #545576; }
span { border-color: rgb(84,85,118); }
td.TdClassName
{
border-color: #545576;
}
.TagClassName
{
border-color: #545576;
}
</style>