Shades of Comet #5C587D
Tints of Comet #5C587D
RGB
CMYK
RGB Variations
Color information
#5C587D (or 0x5C587D) is known color: Comet. HEX triplet: 5C, 58 and 7D. RGB value is (92,88,125). Sum of RGB (Red+Green+Blue) = 92+88+125=305 (40% of max value = 765). Red value is 92 (36.33% from 255 or 30.16% from 305); Green value is 88 (34.77% from 255 or 28.85% from 305); Blue value is 125 (49.22% from 255 or 40.98% from 305); Max value from RGB is 125 - color contains mainly: blue. Hex color #5C587D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5C587D is #A3A782. Grayscale: #5D5D5D. Windows color (decimal): -10725251 or 8214620. OLE color: 8214620.
HSL color Cylindrical-coordinate representation of color #5C587D: hue angle of 246.49º degrees, saturation: 0.17, 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 #5C587D is Cyan = 0.26, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 92 | 88 | 125 | - |
| CMYK | 0.26 | 0.30 | 0 | 0.51 |
| HSL | 246.49º | 0.17% | 0.42% | - |
| HSV(B) | 246.49º | 0.3% | 0.49% | - |
| XYZ | 11.61 | 10.74 | 20.86 | - |
| YUV | 93.41 | 145.83 | 126.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 88 | 125 | 0.26 | 0.30 | 0 | 0.51 | 246.49 | 0.17 | 0.42 |
| Hex | 5C | 58 | 7D | 1A | 1E | 0 | 33 | F6 | 11 | 2A |
| Octal | 134 | 130 | 175 | 32 | 36 | 0 | 63 | 366 | 21 | 52 |
| Binary | 1011100 | 1011000 | 1111101 | 11010 | 11110 | 0 | 110011 | 11110110 | 10001 | 101010 |
Color Harmonies of #5C587D
Complementary color
Monochromatic Colors of #5C587D
Black with #5C587D
Text Example
Text Example
White with #5C587D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C587D; }
p { color: rgb(92,88,125); }
H1.HeaderClassName
{
color: #5C587D;
}
.AnyTagClassName
{
color: #5C587D;
}
</style>
background-color css
<style>
a { background-color: #5C587D; }
a { background-color: rgb(92,88,125); }
div.DivClassName
{
background-color: #5C587D;
}
.BgClassName
{
background-color: #5C587D;
}
</style>
border-color css
<style>
span { border-color: #5C587D; }
span { border-color: rgb(92,88,125); }
td.TdClassName
{
border-color: #5C587D;
}
.TagClassName
{
border-color: #5C587D;
}
</style>