Shades of Comet #57567C
Tints of Comet #57567C
RGB
CMYK
RGB Variations
Color information
#57567C (or 0x57567C) is known color: Comet. HEX triplet: 57, 56 and 7C. RGB value is (87,86,124). Sum of RGB (Red+Green+Blue) = 87+86+124=297 (39% of max value = 765). Red value is 87 (34.38% from 255 or 29.29% from 297); Green value is 86 (33.98% from 255 or 28.96% from 297); Blue value is 124 (48.83% from 255 or 41.75% from 297); Max value from RGB is 124 - color contains mainly: blue. Hex color #57567C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #57567C is #A8A983. Grayscale: #5A5A5A. Windows color (decimal): -11053444 or 8148567. OLE color: 8148567.
HSL color Cylindrical-coordinate representation of color #57567C: hue angle of 241.58º degrees, saturation: 0.18, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #57567C is Cyan = 0.30, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 87 | 86 | 124 | - |
| CMYK | 0.30 | 0.31 | 0 | 0.51 |
| HSL | 241.58º | 0.18% | 0.41% | - |
| HSV(B) | 241.58º | 0.31% | 0.49% | - |
| XYZ | 10.9 | 10.14 | 20.45 | - |
| YUV | 90.63 | 146.83 | 125.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 86 | 124 | 0.30 | 0.31 | 0 | 0.51 | 241.58 | 0.18 | 0.41 |
| Hex | 57 | 56 | 7C | 1E | 1F | 0 | 33 | F2 | 12 | 29 |
| Octal | 127 | 126 | 174 | 36 | 37 | 0 | 63 | 362 | 22 | 51 |
| Binary | 1010111 | 1010110 | 1111100 | 11110 | 11111 | 0 | 110011 | 11110010 | 10010 | 101001 |
Color Harmonies of #57567C
Complementary color
Monochromatic Colors of #57567C
Black with #57567C
Text Example
Text Example
White with #57567C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57567C; }
p { color: rgb(87,86,124); }
H1.HeaderClassName
{
color: #57567C;
}
.AnyTagClassName
{
color: #57567C;
}
</style>
background-color css
<style>
a { background-color: #57567C; }
a { background-color: rgb(87,86,124); }
div.DivClassName
{
background-color: #57567C;
}
.BgClassName
{
background-color: #57567C;
}
</style>
border-color css
<style>
span { border-color: #57567C; }
span { border-color: rgb(87,86,124); }
td.TdClassName
{
border-color: #57567C;
}
.TagClassName
{
border-color: #57567C;
}
</style>