Shades of Comet #57586A
Tints of Comet #57586A
RGB
CMYK
RGB Variations
Color information
#57586A (or 0x57586A) is known color: Comet. HEX triplet: 57, 58 and 6A. RGB value is (87,88,106). Sum of RGB (Red+Green+Blue) = 87+88+106=281 (37% of max value = 765). Red value is 87 (34.38% from 255 or 30.96% from 281); Green value is 88 (34.77% from 255 or 31.32% from 281); Blue value is 106 (41.80% from 255 or 37.72% from 281); Max value from RGB is 106 - color contains mainly: blue. Hex color #57586A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #57586A is #A8A795. Grayscale: #595959. Windows color (decimal): -11052950 or 6969431. OLE color: 6969431.
HSL color Cylindrical-coordinate representation of color #57586A: hue angle of 236.84º degrees, saturation: 0.1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #57586A is Cyan = 0.18, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 87 | 88 | 106 | - |
| CMYK | 0.18 | 0.17 | 0 | 0.58 |
| HSL | 236.84º | 0.1% | 0.38% | - |
| HSV(B) | 236.84º | 0.18% | 0.42% | - |
| XYZ | 10.02 | 10.05 | 15.05 | - |
| YUV | 89.75 | 137.17 | 126.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 88 | 106 | 0.18 | 0.17 | 0 | 0.58 | 236.84 | 0.1 | 0.38 |
| Hex | 57 | 58 | 6A | 12 | 11 | 0 | 3A | ED | A | 26 |
| Octal | 127 | 130 | 152 | 22 | 21 | 0 | 72 | 355 | 12 | 46 |
| Binary | 1010111 | 1011000 | 1101010 | 10010 | 10001 | 0 | 111010 | 11101101 | 1010 | 100110 |
Color Harmonies of #57586A
Complementary color
Monochromatic Colors of #57586A
Black with #57586A
Text Example
Text Example
White with #57586A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57586A; }
p { color: rgb(87,88,106); }
H1.HeaderClassName
{
color: #57586A;
}
.AnyTagClassName
{
color: #57586A;
}
</style>
background-color css
<style>
a { background-color: #57586A; }
a { background-color: rgb(87,88,106); }
div.DivClassName
{
background-color: #57586A;
}
.BgClassName
{
background-color: #57586A;
}
</style>
border-color css
<style>
span { border-color: #57586A; }
span { border-color: rgb(87,88,106); }
td.TdClassName
{
border-color: #57586A;
}
.TagClassName
{
border-color: #57586A;
}
</style>