Shades of Comet #54557D
Tints of Comet #54557D
RGB
CMYK
RGB Variations
Color information
#54557D (or 0x54557D) is known color: Comet. HEX triplet: 54, 55 and 7D. RGB value is (84,85,125). Sum of RGB (Red+Green+Blue) = 84+85+125=294 (38% of max value = 765). Red value is 84 (33.20% from 255 or 28.57% from 294); Green value is 85 (33.59% from 255 or 28.91% from 294); Blue value is 125 (49.22% from 255 or 42.52% from 294); Max value from RGB is 125 - color contains mainly: blue. Hex color #54557D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #54557D is #ABAA82. Grayscale: #595959. Windows color (decimal): -11250307 or 8213844. OLE color: 8213844.
HSL color Cylindrical-coordinate representation of color #54557D: hue angle of 238.54º degrees, saturation: 0.2, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #54557D is Cyan = 0.33, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 84 | 85 | 125 | - |
| CMYK | 0.33 | 0.32 | 0 | 0.51 |
| HSL | 238.54º | 0.2% | 0.41% | - |
| HSV(B) | 238.54º | 0.33% | 0.49% | - |
| XYZ | 10.61 | 9.86 | 20.75 | - |
| YUV | 89.26 | 148.17 | 124.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 85 | 125 | 0.33 | 0.32 | 0 | 0.51 | 238.54 | 0.2 | 0.41 |
| Hex | 54 | 55 | 7D | 21 | 20 | 0 | 33 | EF | 14 | 29 |
| Octal | 124 | 125 | 175 | 41 | 40 | 0 | 63 | 357 | 24 | 51 |
| Binary | 1010100 | 1010101 | 1111101 | 100001 | 100000 | 0 | 110011 | 11101111 | 10100 | 101001 |
Color Harmonies of #54557D
Complementary color
Monochromatic Colors of #54557D
Black with #54557D
Text Example
Text Example
White with #54557D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54557D; }
p { color: rgb(84,85,125); }
H1.HeaderClassName
{
color: #54557D;
}
.AnyTagClassName
{
color: #54557D;
}
</style>
background-color css
<style>
a { background-color: #54557D; }
a { background-color: rgb(84,85,125); }
div.DivClassName
{
background-color: #54557D;
}
.BgClassName
{
background-color: #54557D;
}
</style>
border-color css
<style>
span { border-color: #54557D; }
span { border-color: rgb(84,85,125); }
td.TdClassName
{
border-color: #54557D;
}
.TagClassName
{
border-color: #54557D;
}
</style>