Shades of Comet #57587B
Tints of Comet #57587B
RGB
CMYK
RGB Variations
Color information
#57587B (or 0x57587B) is known color: Comet. HEX triplet: 57, 58 and 7B. RGB value is (87,88,123). Sum of RGB (Red+Green+Blue) = 87+88+123=298 (39% of max value = 765). Red value is 87 (34.38% from 255 or 29.19% from 298); Green value is 88 (34.77% from 255 or 29.53% from 298); Blue value is 123 (48.44% from 255 or 41.28% from 298); Max value from RGB is 123 - color contains mainly: blue. Hex color #57587B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #57587B is #A8A784. Grayscale: #5B5B5B. Windows color (decimal): -11052933 or 8083543. OLE color: 8083543.
HSL color Cylindrical-coordinate representation of color #57587B: hue angle of 238.33º degrees, saturation: 0.17, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #57587B is Cyan = 0.29, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 87 | 88 | 123 | - |
| CMYK | 0.29 | 0.28 | 0 | 0.52 |
| HSL | 238.33º | 0.17% | 0.41% | - |
| HSV(B) | 238.33º | 0.29% | 0.48% | - |
| XYZ | 11 | 10.44 | 20.17 | - |
| YUV | 91.69 | 145.67 | 124.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 88 | 123 | 0.29 | 0.28 | 0 | 0.52 | 238.33 | 0.17 | 0.41 |
| Hex | 57 | 58 | 7B | 1D | 1C | 0 | 34 | EE | 11 | 29 |
| Octal | 127 | 130 | 173 | 35 | 34 | 0 | 64 | 356 | 21 | 51 |
| Binary | 1010111 | 1011000 | 1111011 | 11101 | 11100 | 0 | 110100 | 11101110 | 10001 | 101001 |
Color Harmonies of #57587B
Complementary color
Monochromatic Colors of #57587B
Black with #57587B
Text Example
Text Example
White with #57587B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57587B; }
p { color: rgb(87,88,123); }
H1.HeaderClassName
{
color: #57587B;
}
.AnyTagClassName
{
color: #57587B;
}
</style>
background-color css
<style>
a { background-color: #57587B; }
a { background-color: rgb(87,88,123); }
div.DivClassName
{
background-color: #57587B;
}
.BgClassName
{
background-color: #57587B;
}
</style>
border-color css
<style>
span { border-color: #57587B; }
span { border-color: rgb(87,88,123); }
td.TdClassName
{
border-color: #57587B;
}
.TagClassName
{
border-color: #57587B;
}
</style>