Shades of Comet #54557B
Tints of Comet #54557B
RGB
CMYK
RGB Variations
Color information
#54557B (or 0x54557B) is known color: Comet. HEX triplet: 54, 55 and 7B. RGB value is (84,85,123). Sum of RGB (Red+Green+Blue) = 84+85+123=292 (38% of max value = 765). Red value is 84 (33.20% from 255 or 28.77% from 292); Green value is 85 (33.59% from 255 or 29.11% from 292); Blue value is 123 (48.44% from 255 or 42.12% from 292); Max value from RGB is 123 - color contains mainly: blue. Hex color #54557B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #54557B is #ABAA84. Grayscale: #585858. Windows color (decimal): -11250309 or 8082772. OLE color: 8082772.
HSL color Cylindrical-coordinate representation of color #54557B: hue angle of 238.46º 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 #54557B is Cyan = 0.32, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 84 | 85 | 123 | - |
| CMYK | 0.32 | 0.31 | 0 | 0.52 |
| HSL | 238.46º | 0.19% | 0.41% | - |
| HSV(B) | 238.46º | 0.32% | 0.48% | - |
| XYZ | 10.48 | 9.81 | 20.08 | - |
| YUV | 89.03 | 147.17 | 124.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 85 | 123 | 0.32 | 0.31 | 0 | 0.52 | 238.46 | 0.19 | 0.41 |
| Hex | 54 | 55 | 7B | 20 | 1F | 0 | 34 | EE | 13 | 29 |
| Octal | 124 | 125 | 173 | 40 | 37 | 0 | 64 | 356 | 23 | 51 |
| Binary | 1010100 | 1010101 | 1111011 | 100000 | 11111 | 0 | 110100 | 11101110 | 10011 | 101001 |
Color Harmonies of #54557B
Complementary color
Monochromatic Colors of #54557B
Black with #54557B
Text Example
Text Example
White with #54557B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54557B; }
p { color: rgb(84,85,123); }
H1.HeaderClassName
{
color: #54557B;
}
.AnyTagClassName
{
color: #54557B;
}
</style>
background-color css
<style>
a { background-color: #54557B; }
a { background-color: rgb(84,85,123); }
div.DivClassName
{
background-color: #54557B;
}
.BgClassName
{
background-color: #54557B;
}
</style>
border-color css
<style>
span { border-color: #54557B; }
span { border-color: rgb(84,85,123); }
td.TdClassName
{
border-color: #54557B;
}
.TagClassName
{
border-color: #54557B;
}
</style>