Shades of Comet #54567C
Tints of Comet #54567C
RGB
CMYK
RGB Variations
Color information
#54567C (or 0x54567C) is known color: Comet. HEX triplet: 54, 56 and 7C. RGB value is (84,86,124). Sum of RGB (Red+Green+Blue) = 84+86+124=294 (38% of max value = 765). Red value is 84 (33.20% from 255 or 28.57% from 294); Green value is 86 (33.98% from 255 or 29.25% from 294); Blue value is 124 (48.83% from 255 or 42.18% from 294); Max value from RGB is 124 - color contains mainly: blue. Hex color #54567C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #54567C is #ABA983. Grayscale: #595959. Windows color (decimal): -11250052 or 8148564. OLE color: 8148564.
HSL color Cylindrical-coordinate representation of color #54567C: hue angle of 237º degrees, saturation: 0.19, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #54567C is Cyan = 0.32, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 84 | 86 | 124 | - |
| CMYK | 0.32 | 0.31 | 0 | 0.51 |
| HSL | 237º | 0.19% | 0.41% | - |
| HSV(B) | 237º | 0.32% | 0.49% | - |
| XYZ | 10.62 | 10 | 20.44 | - |
| YUV | 89.73 | 147.34 | 123.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 86 | 124 | 0.32 | 0.31 | 0 | 0.51 | 237 | 0.19 | 0.41 |
| Hex | 54 | 56 | 7C | 20 | 1F | 0 | 33 | ED | 13 | 29 |
| Octal | 124 | 126 | 174 | 40 | 37 | 0 | 63 | 355 | 23 | 51 |
| Binary | 1010100 | 1010110 | 1111100 | 100000 | 11111 | 0 | 110011 | 11101101 | 10011 | 101001 |
Color Harmonies of #54567C
Complementary color
Monochromatic Colors of #54567C
Black with #54567C
Text Example
Text Example
White with #54567C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54567C; }
p { color: rgb(84,86,124); }
H1.HeaderClassName
{
color: #54567C;
}
.AnyTagClassName
{
color: #54567C;
}
</style>
background-color css
<style>
a { background-color: #54567C; }
a { background-color: rgb(84,86,124); }
div.DivClassName
{
background-color: #54567C;
}
.BgClassName
{
background-color: #54567C;
}
</style>
border-color css
<style>
span { border-color: #54567C; }
span { border-color: rgb(84,86,124); }
td.TdClassName
{
border-color: #54567C;
}
.TagClassName
{
border-color: #54567C;
}
</style>