Shades of Comet #54577B
Tints of Comet #54577B
RGB
CMYK
RGB Variations
Color information
#54577B (or 0x54577B) is known color: Comet. HEX triplet: 54, 57 and 7B. RGB value is (84,87,123). Sum of RGB (Red+Green+Blue) = 84+87+123=294 (38% of max value = 765). Red value is 84 (33.20% from 255 or 28.57% from 294); Green value is 87 (34.38% from 255 or 29.59% from 294); Blue value is 123 (48.44% from 255 or 41.84% from 294); Max value from RGB is 123 - color contains mainly: blue. Hex color #54577B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #54577B is #ABA884. Grayscale: #5A5A5A. Windows color (decimal): -11249797 or 8083284. OLE color: 8083284.
HSL color Cylindrical-coordinate representation of color #54577B: hue angle of 235.38º 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 #54577B is Cyan = 0.32, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 84 | 87 | 123 | - |
| CMYK | 0.32 | 0.29 | 0 | 0.52 |
| HSL | 235.38º | 0.19% | 0.41% | - |
| HSV(B) | 235.38º | 0.32% | 0.48% | - |
| XYZ | 10.64 | 10.13 | 20.13 | - |
| YUV | 90.21 | 146.51 | 123.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 87 | 123 | 0.32 | 0.29 | 0 | 0.52 | 235.38 | 0.19 | 0.41 |
| Hex | 54 | 57 | 7B | 20 | 1D | 0 | 34 | EB | 13 | 29 |
| Octal | 124 | 127 | 173 | 40 | 35 | 0 | 64 | 353 | 23 | 51 |
| Binary | 1010100 | 1010111 | 1111011 | 100000 | 11101 | 0 | 110100 | 11101011 | 10011 | 101001 |
Color Harmonies of #54577B
Complementary color
Monochromatic Colors of #54577B
Black with #54577B
Text Example
Text Example
White with #54577B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54577B; }
p { color: rgb(84,87,123); }
H1.HeaderClassName
{
color: #54577B;
}
.AnyTagClassName
{
color: #54577B;
}
</style>
background-color css
<style>
a { background-color: #54577B; }
a { background-color: rgb(84,87,123); }
div.DivClassName
{
background-color: #54577B;
}
.BgClassName
{
background-color: #54577B;
}
</style>
border-color css
<style>
span { border-color: #54577B; }
span { border-color: rgb(84,87,123); }
td.TdClassName
{
border-color: #54577B;
}
.TagClassName
{
border-color: #54577B;
}
</style>