Shades of Comet #54577D
Tints of Comet #54577D
RGB
CMYK
RGB Variations
Color information
#54577D (or 0x54577D) is known color: Comet. HEX triplet: 54, 57 and 7D. RGB value is (84,87,125). Sum of RGB (Red+Green+Blue) = 84+87+125=296 (39% of max value = 765). Red value is 84 (33.20% from 255 or 28.38% from 296); Green value is 87 (34.38% from 255 or 29.39% from 296); Blue value is 125 (49.22% from 255 or 42.23% from 296); Max value from RGB is 125 - color contains mainly: blue. Hex color #54577D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #54577D is #ABA882. Grayscale: #5A5A5A. Windows color (decimal): -11249795 or 8214356. OLE color: 8214356.
HSL color Cylindrical-coordinate representation of color #54577D: hue angle of 235.61º 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 #54577D is Cyan = 0.33, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 84 | 87 | 125 | - |
| CMYK | 0.33 | 0.30 | 0 | 0.51 |
| HSL | 235.61º | 0.2% | 0.41% | - |
| HSV(B) | 235.61º | 0.33% | 0.49% | - |
| XYZ | 10.77 | 10.18 | 20.8 | - |
| YUV | 90.44 | 147.51 | 123.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 87 | 125 | 0.33 | 0.30 | 0 | 0.51 | 235.61 | 0.2 | 0.41 |
| Hex | 54 | 57 | 7D | 21 | 1E | 0 | 33 | EC | 14 | 29 |
| Octal | 124 | 127 | 175 | 41 | 36 | 0 | 63 | 354 | 24 | 51 |
| Binary | 1010100 | 1010111 | 1111101 | 100001 | 11110 | 0 | 110011 | 11101100 | 10100 | 101001 |
Color Harmonies of #54577D
Complementary color
Monochromatic Colors of #54577D
Black with #54577D
Text Example
Text Example
White with #54577D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54577D; }
p { color: rgb(84,87,125); }
H1.HeaderClassName
{
color: #54577D;
}
.AnyTagClassName
{
color: #54577D;
}
</style>
background-color css
<style>
a { background-color: #54577D; }
a { background-color: rgb(84,87,125); }
div.DivClassName
{
background-color: #54577D;
}
.BgClassName
{
background-color: #54577D;
}
</style>
border-color css
<style>
span { border-color: #54577D; }
span { border-color: rgb(84,87,125); }
td.TdClassName
{
border-color: #54577D;
}
.TagClassName
{
border-color: #54577D;
}
</style>