Shades of Comet #59607B
Tints of Comet #59607B
RGB
CMYK
RGB Variations
Color information
#59607B (or 0x59607B) is known color: Comet. HEX triplet: 59, 60 and 7B. RGB value is (89,96,123). Sum of RGB (Red+Green+Blue) = 89+96+123=308 (40% of max value = 765). Red value is 89 (35.16% from 255 or 28.90% from 308); Green value is 96 (37.89% from 255 or 31.17% from 308); Blue value is 123 (48.44% from 255 or 39.94% from 308); Max value from RGB is 123 - color contains mainly: blue. Hex color #59607B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #59607B is #A69F84. Grayscale: #606060. Windows color (decimal): -10919813 or 8085593. OLE color: 8085593.
HSL color Cylindrical-coordinate representation of color #59607B: hue angle of 227.65º degrees, saturation: 0.16, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #59607B is Cyan = 0.28, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 89 | 96 | 123 | - |
| CMYK | 0.28 | 0.22 | 0 | 0.52 |
| HSL | 227.65º | 0.16% | 0.42% | - |
| HSV(B) | 227.65º | 0.28% | 0.48% | - |
| XYZ | 11.88 | 11.92 | 20.41 | - |
| YUV | 96.99 | 142.68 | 122.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 96 | 123 | 0.28 | 0.22 | 0 | 0.52 | 227.65 | 0.16 | 0.42 |
| Hex | 59 | 60 | 7B | 1C | 16 | 0 | 34 | E4 | 10 | 2A |
| Octal | 131 | 140 | 173 | 34 | 26 | 0 | 64 | 344 | 20 | 52 |
| Binary | 1011001 | 1100000 | 1111011 | 11100 | 10110 | 0 | 110100 | 11100100 | 10000 | 101010 |
Color Harmonies of #59607B
Complementary color
Monochromatic Colors of #59607B
Black with #59607B
Text Example
Text Example
White with #59607B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59607B; }
p { color: rgb(89,96,123); }
H1.HeaderClassName
{
color: #59607B;
}
.AnyTagClassName
{
color: #59607B;
}
</style>
background-color css
<style>
a { background-color: #59607B; }
a { background-color: rgb(89,96,123); }
div.DivClassName
{
background-color: #59607B;
}
.BgClassName
{
background-color: #59607B;
}
</style>
border-color css
<style>
span { border-color: #59607B; }
span { border-color: rgb(89,96,123); }
td.TdClassName
{
border-color: #59607B;
}
.TagClassName
{
border-color: #59607B;
}
</style>