Shades of Comet #59587B
Tints of Comet #59587B
RGB
CMYK
RGB Variations
Color information
#59587B (or 0x59587B) is known color: Comet. HEX triplet: 59, 58 and 7B. RGB value is (89,88,123). Sum of RGB (Red+Green+Blue) = 89+88+123=300 (39% of max value = 765). Red value is 89 (35.16% from 255 or 29.67% from 300); Green value is 88 (34.77% from 255 or 29.33% from 300); Blue value is 123 (48.44% from 255 or 41% from 300); Max value from RGB is 123 - color contains mainly: blue. Hex color #59587B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #59587B is #A6A784. Grayscale: #5C5C5C. Windows color (decimal): -10921861 or 8083545. OLE color: 8083545.
HSL color Cylindrical-coordinate representation of color #59587B: hue angle of 241.71º degrees, saturation: 0.17, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #59587B is Cyan = 0.28, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 89 | 88 | 123 | - |
| CMYK | 0.28 | 0.28 | 0 | 0.52 |
| HSL | 241.71º | 0.17% | 0.41% | - |
| HSV(B) | 241.71º | 0.28% | 0.48% | - |
| XYZ | 11.18 | 10.53 | 20.18 | - |
| YUV | 92.29 | 145.33 | 125.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 88 | 123 | 0.28 | 0.28 | 0 | 0.52 | 241.71 | 0.17 | 0.41 |
| Hex | 59 | 58 | 7B | 1C | 1C | 0 | 34 | F2 | 11 | 29 |
| Octal | 131 | 130 | 173 | 34 | 34 | 0 | 64 | 362 | 21 | 51 |
| Binary | 1011001 | 1011000 | 1111011 | 11100 | 11100 | 0 | 110100 | 11110010 | 10001 | 101001 |
Color Harmonies of #59587B
Complementary color
Monochromatic Colors of #59587B
Black with #59587B
Text Example
Text Example
White with #59587B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59587B; }
p { color: rgb(89,88,123); }
H1.HeaderClassName
{
color: #59587B;
}
.AnyTagClassName
{
color: #59587B;
}
</style>
background-color css
<style>
a { background-color: #59587B; }
a { background-color: rgb(89,88,123); }
div.DivClassName
{
background-color: #59587B;
}
.BgClassName
{
background-color: #59587B;
}
</style>
border-color css
<style>
span { border-color: #59587B; }
span { border-color: rgb(89,88,123); }
td.TdClassName
{
border-color: #59587B;
}
.TagClassName
{
border-color: #59587B;
}
</style>