Shades of Comet #57557A
Tints of Comet #57557A
RGB
CMYK
RGB Variations
Color information
#57557A (or 0x57557A) is known color: Comet. HEX triplet: 57, 55 and 7A. RGB value is (87,85,122). Sum of RGB (Red+Green+Blue) = 87+85+122=294 (38% of max value = 765). Red value is 87 (34.38% from 255 or 29.59% from 294); Green value is 85 (33.59% from 255 or 28.91% from 294); Blue value is 122 (48.05% from 255 or 41.50% from 294); Max value from RGB is 122 - color contains mainly: blue. Hex color #57557A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #57557A is #A8AA85. Grayscale: #595959. Windows color (decimal): -11053702 or 8017239. OLE color: 8017239.
HSL color Cylindrical-coordinate representation of color #57557A: hue angle of 243.24º degrees, saturation: 0.18, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #57557A is Cyan = 0.29, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 87 | 85 | 122 | - |
| CMYK | 0.29 | 0.30 | 0 | 0.52 |
| HSL | 243.24º | 0.18% | 0.41% | - |
| HSV(B) | 243.24º | 0.3% | 0.48% | - |
| XYZ | 10.69 | 9.93 | 19.77 | - |
| YUV | 89.82 | 146.16 | 125.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 85 | 122 | 0.29 | 0.30 | 0 | 0.52 | 243.24 | 0.18 | 0.41 |
| Hex | 57 | 55 | 7A | 1D | 1E | 0 | 34 | F3 | 12 | 29 |
| Octal | 127 | 125 | 172 | 35 | 36 | 0 | 64 | 363 | 22 | 51 |
| Binary | 1010111 | 1010101 | 1111010 | 11101 | 11110 | 0 | 110100 | 11110011 | 10010 | 101001 |
Color Harmonies of #57557A
Complementary color
Monochromatic Colors of #57557A
Black with #57557A
Text Example
Text Example
White with #57557A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57557A; }
p { color: rgb(87,85,122); }
H1.HeaderClassName
{
color: #57557A;
}
.AnyTagClassName
{
color: #57557A;
}
</style>
background-color css
<style>
a { background-color: #57557A; }
a { background-color: rgb(87,85,122); }
div.DivClassName
{
background-color: #57557A;
}
.BgClassName
{
background-color: #57557A;
}
</style>
border-color css
<style>
span { border-color: #57557A; }
span { border-color: rgb(87,85,122); }
td.TdClassName
{
border-color: #57557A;
}
.TagClassName
{
border-color: #57557A;
}
</style>