Shades of Comet #54597B
Tints of Comet #54597B
RGB
CMYK
RGB Variations
Color information
#54597B (or 0x54597B) is known color: Comet. HEX triplet: 54, 59 and 7B. RGB value is (84,89,123). Sum of RGB (Red+Green+Blue) = 84+89+123=296 (39% of max value = 765). Red value is 84 (33.20% from 255 or 28.38% from 296); Green value is 89 (35.16% from 255 or 30.07% from 296); Blue value is 123 (48.44% from 255 or 41.55% from 296); Max value from RGB is 123 - color contains mainly: blue. Hex color #54597B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #54597B is #ABA684. Grayscale: #5B5B5B. Windows color (decimal): -11249285 or 8083796. OLE color: 8083796.
HSL color Cylindrical-coordinate representation of color #54597B: hue angle of 232.31º degrees, saturation: 0.19, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #54597B is Cyan = 0.32, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 84 | 89 | 123 | - |
| CMYK | 0.32 | 0.28 | 0 | 0.52 |
| HSL | 232.31º | 0.19% | 0.41% | - |
| HSV(B) | 232.31º | 0.32% | 0.48% | - |
| XYZ | 10.8 | 10.46 | 20.19 | - |
| YUV | 91.38 | 145.84 | 122.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 89 | 123 | 0.32 | 0.28 | 0 | 0.52 | 232.31 | 0.19 | 0.41 |
| Hex | 54 | 59 | 7B | 20 | 1C | 0 | 34 | E8 | 13 | 29 |
| Octal | 124 | 131 | 173 | 40 | 34 | 0 | 64 | 350 | 23 | 51 |
| Binary | 1010100 | 1011001 | 1111011 | 100000 | 11100 | 0 | 110100 | 11101000 | 10011 | 101001 |
Color Harmonies of #54597B
Complementary color
Monochromatic Colors of #54597B
Black with #54597B
Text Example
Text Example
White with #54597B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54597B; }
p { color: rgb(84,89,123); }
H1.HeaderClassName
{
color: #54597B;
}
.AnyTagClassName
{
color: #54597B;
}
</style>
background-color css
<style>
a { background-color: #54597B; }
a { background-color: rgb(84,89,123); }
div.DivClassName
{
background-color: #54597B;
}
.BgClassName
{
background-color: #54597B;
}
</style>
border-color css
<style>
span { border-color: #54597B; }
span { border-color: rgb(84,89,123); }
td.TdClassName
{
border-color: #54597B;
}
.TagClassName
{
border-color: #54597B;
}
</style>