Shades of Comet #57587D
Tints of Comet #57587D
RGB
CMYK
RGB Variations
Color information
#57587D (or 0x57587D) is known color: Comet. HEX triplet: 57, 58 and 7D. RGB value is (87,88,125). Sum of RGB (Red+Green+Blue) = 87+88+125=300 (39% of max value = 765). Red value is 87 (34.38% from 255 or 29% from 300); Green value is 88 (34.77% from 255 or 29.33% from 300); Blue value is 125 (49.22% from 255 or 41.67% from 300); Max value from RGB is 125 - color contains mainly: blue. Hex color #57587D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #57587D is #A8A782. Grayscale: #5B5B5B. Windows color (decimal): -11052931 or 8214615. OLE color: 8214615.
HSL color Cylindrical-coordinate representation of color #57587D: hue angle of 238.42º degrees, saturation: 0.18, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #57587D is Cyan = 0.30, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 87 | 88 | 125 | - |
| CMYK | 0.30 | 0.30 | 0 | 0.51 |
| HSL | 238.42º | 0.18% | 0.42% | - |
| HSV(B) | 238.42º | 0.3% | 0.49% | - |
| XYZ | 11.12 | 10.49 | 20.84 | - |
| YUV | 91.92 | 146.67 | 124.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 88 | 125 | 0.30 | 0.30 | 0 | 0.51 | 238.42 | 0.18 | 0.42 |
| Hex | 57 | 58 | 7D | 1E | 1E | 0 | 33 | EE | 12 | 2A |
| Octal | 127 | 130 | 175 | 36 | 36 | 0 | 63 | 356 | 22 | 52 |
| Binary | 1010111 | 1011000 | 1111101 | 11110 | 11110 | 0 | 110011 | 11101110 | 10010 | 101010 |
Color Harmonies of #57587D
Complementary color
Monochromatic Colors of #57587D
Black with #57587D
Text Example
Text Example
White with #57587D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57587D; }
p { color: rgb(87,88,125); }
H1.HeaderClassName
{
color: #57587D;
}
.AnyTagClassName
{
color: #57587D;
}
</style>
background-color css
<style>
a { background-color: #57587D; }
a { background-color: rgb(87,88,125); }
div.DivClassName
{
background-color: #57587D;
}
.BgClassName
{
background-color: #57587D;
}
</style>
border-color css
<style>
span { border-color: #57587D; }
span { border-color: rgb(87,88,125); }
td.TdClassName
{
border-color: #57587D;
}
.TagClassName
{
border-color: #57587D;
}
</style>