Shades of Comet #57586E
Tints of Comet #57586E
RGB
CMYK
RGB Variations
Color information
#57586E (or 0x57586E) is known color: Comet. HEX triplet: 57, 58 and 6E. RGB value is (87,88,110). Sum of RGB (Red+Green+Blue) = 87+88+110=285 (37% of max value = 765). Red value is 87 (34.38% from 255 or 30.53% from 285); Green value is 88 (34.77% from 255 or 30.88% from 285); Blue value is 110 (43.36% from 255 or 38.60% from 285); Max value from RGB is 110 - color contains mainly: blue. Hex color #57586E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #57586E is #A8A791. Grayscale: #5A5A5A. Windows color (decimal): -11052946 or 7231575. OLE color: 7231575.
HSL color Cylindrical-coordinate representation of color #57586E: hue angle of 237.39º degrees, saturation: 0.12, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #57586E is Cyan = 0.21, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 87 | 88 | 110 | - |
| CMYK | 0.21 | 0.2 | 0 | 0.57 |
| HSL | 237.39º | 0.12% | 0.39% | - |
| HSV(B) | 237.39º | 0.21% | 0.43% | - |
| XYZ | 10.23 | 10.13 | 16.17 | - |
| YUV | 90.21 | 139.17 | 125.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 88 | 110 | 0.21 | 0.2 | 0 | 0.57 | 237.39 | 0.12 | 0.39 |
| Hex | 57 | 58 | 6E | 15 | 14 | 0 | 39 | ED | C | 27 |
| Octal | 127 | 130 | 156 | 25 | 24 | 0 | 71 | 355 | 14 | 47 |
| Binary | 1010111 | 1011000 | 1101110 | 10101 | 10100 | 0 | 111001 | 11101101 | 1100 | 100111 |
Color Harmonies of #57586E
Complementary color
Monochromatic Colors of #57586E
Black with #57586E
Text Example
Text Example
White with #57586E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57586E; }
p { color: rgb(87,88,110); }
H1.HeaderClassName
{
color: #57586E;
}
.AnyTagClassName
{
color: #57586E;
}
</style>
background-color css
<style>
a { background-color: #57586E; }
a { background-color: rgb(87,88,110); }
div.DivClassName
{
background-color: #57586E;
}
.BgClassName
{
background-color: #57586E;
}
</style>
border-color css
<style>
span { border-color: #57586E; }
span { border-color: rgb(87,88,110); }
td.TdClassName
{
border-color: #57586E;
}
.TagClassName
{
border-color: #57586E;
}
</style>