Shades of Comet #54556F
Tints of Comet #54556F
RGB
CMYK
RGB Variations
Color information
#54556F (or 0x54556F) is known color: Comet. HEX triplet: 54, 55 and 6F. RGB value is (84,85,111). Sum of RGB (Red+Green+Blue) = 84+85+111=280 (37% of max value = 765). Red value is 84 (33.20% from 255 or 30% from 280); Green value is 85 (33.59% from 255 or 30.36% from 280); Blue value is 111 (43.75% from 255 or 39.64% from 280); Max value from RGB is 111 - color contains mainly: blue. Hex color #54556F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #54556F is #ABAA90. Grayscale: #575757. Windows color (decimal): -11250321 or 7296340. OLE color: 7296340.
HSL color Cylindrical-coordinate representation of color #54556F: hue angle of 237.78º degrees, saturation: 0.14, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #54556F is Cyan = 0.24, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 84 | 85 | 111 | - |
| CMYK | 0.24 | 0.23 | 0 | 0.56 |
| HSL | 237.78º | 0.14% | 0.38% | - |
| HSV(B) | 237.78º | 0.24% | 0.44% | - |
| XYZ | 9.77 | 9.53 | 16.36 | - |
| YUV | 87.67 | 141.17 | 125.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 85 | 111 | 0.24 | 0.23 | 0 | 0.56 | 237.78 | 0.14 | 0.38 |
| Hex | 54 | 55 | 6F | 18 | 17 | 0 | 38 | EE | E | 26 |
| Octal | 124 | 125 | 157 | 30 | 27 | 0 | 70 | 356 | 16 | 46 |
| Binary | 1010100 | 1010101 | 1101111 | 11000 | 10111 | 0 | 111000 | 11101110 | 1110 | 100110 |
Color Harmonies of #54556F
Complementary color
Monochromatic Colors of #54556F
Black with #54556F
Text Example
Text Example
White with #54556F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54556F; }
p { color: rgb(84,85,111); }
H1.HeaderClassName
{
color: #54556F;
}
.AnyTagClassName
{
color: #54556F;
}
</style>
background-color css
<style>
a { background-color: #54556F; }
a { background-color: rgb(84,85,111); }
div.DivClassName
{
background-color: #54556F;
}
.BgClassName
{
background-color: #54556F;
}
</style>
border-color css
<style>
span { border-color: #54556F; }
span { border-color: rgb(84,85,111); }
td.TdClassName
{
border-color: #54556F;
}
.TagClassName
{
border-color: #54556F;
}
</style>