Shades of Comet #595C7B
Tints of Comet #595C7B
RGB
CMYK
RGB Variations
Color information
#595C7B (or 0x595C7B) is known color: Comet. HEX triplet: 59, 5C and 7B. RGB value is (89,92,123). Sum of RGB (Red+Green+Blue) = 89+92+123=304 (40% of max value = 765). Red value is 89 (35.16% from 255 or 29.28% from 304); Green value is 92 (36.33% from 255 or 30.26% from 304); Blue value is 123 (48.44% from 255 or 40.46% from 304); Max value from RGB is 123 - color contains mainly: blue. Hex color #595C7B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #595C7B is #A6A384. Grayscale: #5E5E5E. Windows color (decimal): -10920837 or 8084569. OLE color: 8084569.
HSL color Cylindrical-coordinate representation of color #595C7B: hue angle of 234.71º 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 #595C7B is Cyan = 0.28, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 89 | 92 | 123 | - |
| CMYK | 0.28 | 0.25 | 0 | 0.52 |
| HSL | 234.71º | 0.16% | 0.42% | - |
| HSV(B) | 234.71º | 0.28% | 0.48% | - |
| XYZ | 11.52 | 11.21 | 20.3 | - |
| YUV | 94.64 | 144.01 | 123.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 92 | 123 | 0.28 | 0.25 | 0 | 0.52 | 234.71 | 0.16 | 0.42 |
| Hex | 59 | 5C | 7B | 1C | 19 | 0 | 34 | EB | 10 | 2A |
| Octal | 131 | 134 | 173 | 34 | 31 | 0 | 64 | 353 | 20 | 52 |
| Binary | 1011001 | 1011100 | 1111011 | 11100 | 11001 | 0 | 110100 | 11101011 | 10000 | 101010 |
Color Harmonies of #595C7B
Complementary color
Monochromatic Colors of #595C7B
Black with #595C7B
Text Example
Text Example
White with #595C7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #595C7B; }
p { color: rgb(89,92,123); }
H1.HeaderClassName
{
color: #595C7B;
}
.AnyTagClassName
{
color: #595C7B;
}
</style>
background-color css
<style>
a { background-color: #595C7B; }
a { background-color: rgb(89,92,123); }
div.DivClassName
{
background-color: #595C7B;
}
.BgClassName
{
background-color: #595C7B;
}
</style>
border-color css
<style>
span { border-color: #595C7B; }
span { border-color: rgb(89,92,123); }
td.TdClassName
{
border-color: #595C7B;
}
.TagClassName
{
border-color: #595C7B;
}
</style>