Shades of Comet #57567B
Tints of Comet #57567B
RGB
CMYK
RGB Variations
Color information
#57567B (or 0x57567B) is known color: Comet. HEX triplet: 57, 56 and 7B. RGB value is (87,86,123). Sum of RGB (Red+Green+Blue) = 87+86+123=296 (39% of max value = 765). Red value is 87 (34.38% from 255 or 29.39% from 296); Green value is 86 (33.98% from 255 or 29.05% from 296); Blue value is 123 (48.44% from 255 or 41.55% from 296); Max value from RGB is 123 - color contains mainly: blue. Hex color #57567B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #57567B is #A8A984. Grayscale: #5A5A5A. Windows color (decimal): -11053445 or 8083031. OLE color: 8083031.
HSL color Cylindrical-coordinate representation of color #57567B: hue angle of 241.62º 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 #57567B is Cyan = 0.29, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 87 | 86 | 123 | - |
| CMYK | 0.29 | 0.30 | 0 | 0.52 |
| HSL | 241.62º | 0.18% | 0.41% | - |
| HSV(B) | 241.62º | 0.3% | 0.48% | - |
| XYZ | 10.83 | 10.11 | 20.12 | - |
| YUV | 90.52 | 146.33 | 125.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 86 | 123 | 0.29 | 0.30 | 0 | 0.52 | 241.62 | 0.18 | 0.41 |
| Hex | 57 | 56 | 7B | 1D | 1E | 0 | 34 | F2 | 12 | 29 |
| Octal | 127 | 126 | 173 | 35 | 36 | 0 | 64 | 362 | 22 | 51 |
| Binary | 1010111 | 1010110 | 1111011 | 11101 | 11110 | 0 | 110100 | 11110010 | 10010 | 101001 |
Color Harmonies of #57567B
Complementary color
Monochromatic Colors of #57567B
Black with #57567B
Text Example
Text Example
White with #57567B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57567B; }
p { color: rgb(87,86,123); }
H1.HeaderClassName
{
color: #57567B;
}
.AnyTagClassName
{
color: #57567B;
}
</style>
background-color css
<style>
a { background-color: #57567B; }
a { background-color: rgb(87,86,123); }
div.DivClassName
{
background-color: #57567B;
}
.BgClassName
{
background-color: #57567B;
}
</style>
border-color css
<style>
span { border-color: #57567B; }
span { border-color: rgb(87,86,123); }
td.TdClassName
{
border-color: #57567B;
}
.TagClassName
{
border-color: #57567B;
}
</style>