Shades of Comet #57586D
Tints of Comet #57586D
RGB
CMYK
RGB Variations
Color information
#57586D (or 0x57586D) is known color: Comet. HEX triplet: 57, 58 and 6D. RGB value is (87,88,109). Sum of RGB (Red+Green+Blue) = 87+88+109=284 (37% of max value = 765). Red value is 87 (34.38% from 255 or 30.63% from 284); Green value is 88 (34.77% from 255 or 30.99% from 284); Blue value is 109 (42.97% from 255 or 38.38% from 284); Max value from RGB is 109 - color contains mainly: blue. Hex color #57586D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #57586D is #A8A792. Grayscale: #5A5A5A. Windows color (decimal): -11052947 or 7166039. OLE color: 7166039.
HSL color Cylindrical-coordinate representation of color #57586D: hue angle of 237.27º degrees, saturation: 0.11, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #57586D is Cyan = 0.20, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 87 | 88 | 109 | - |
| CMYK | 0.20 | 0.19 | 0 | 0.57 |
| HSL | 237.27º | 0.11% | 0.38% | - |
| HSV(B) | 237.27º | 0.2% | 0.43% | - |
| XYZ | 10.18 | 10.11 | 15.88 | - |
| YUV | 90.1 | 138.67 | 125.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 88 | 109 | 0.20 | 0.19 | 0 | 0.57 | 237.27 | 0.11 | 0.38 |
| Hex | 57 | 58 | 6D | 14 | 13 | 0 | 39 | ED | B | 26 |
| Octal | 127 | 130 | 155 | 24 | 23 | 0 | 71 | 355 | 13 | 46 |
| Binary | 1010111 | 1011000 | 1101101 | 10100 | 10011 | 0 | 111001 | 11101101 | 1011 | 100110 |
Color Harmonies of #57586D
Complementary color
Monochromatic Colors of #57586D
Black with #57586D
Text Example
Text Example
White with #57586D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57586D; }
p { color: rgb(87,88,109); }
H1.HeaderClassName
{
color: #57586D;
}
.AnyTagClassName
{
color: #57586D;
}
</style>
background-color css
<style>
a { background-color: #57586D; }
a { background-color: rgb(87,88,109); }
div.DivClassName
{
background-color: #57586D;
}
.BgClassName
{
background-color: #57586D;
}
</style>
border-color css
<style>
span { border-color: #57586D; }
span { border-color: rgb(87,88,109); }
td.TdClassName
{
border-color: #57586D;
}
.TagClassName
{
border-color: #57586D;
}
</style>