Shades of Comet #595F84
Tints of Comet #595F84
RGB
CMYK
RGB Variations
Color information
#595F84 (or 0x595F84) is known color: Comet. HEX triplet: 59, 5F and 84. RGB value is (89,95,132). Sum of RGB (Red+Green+Blue) = 89+95+132=316 (41% of max value = 765). Red value is 89 (35.16% from 255 or 28.16% from 316); Green value is 95 (37.5% from 255 or 30.06% from 316); Blue value is 132 (51.95% from 255 or 41.77% from 316); Max value from RGB is 132 - color contains mainly: blue. Hex color #595F84 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #595F84 is #A6A07B. Grayscale: #616161. Windows color (decimal): -10920060 or 8675161. OLE color: 8675161.
HSL color Cylindrical-coordinate representation of color #595F84: hue angle of 231.63º degrees, saturation: 0.19, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #595F84 is Cyan = 0.33, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 89 | 95 | 132 | - |
| CMYK | 0.33 | 0.28 | 0 | 0.48 |
| HSL | 231.63º | 0.19% | 0.43% | - |
| HSV(B) | 231.63º | 0.33% | 0.52% | - |
| XYZ | 12.38 | 11.97 | 23.49 | - |
| YUV | 97.42 | 147.51 | 121.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 95 | 132 | 0.33 | 0.28 | 0 | 0.48 | 231.63 | 0.19 | 0.43 |
| Hex | 59 | 5F | 84 | 21 | 1C | 0 | 30 | E8 | 13 | 2B |
| Octal | 131 | 137 | 204 | 41 | 34 | 0 | 60 | 350 | 23 | 53 |
| Binary | 1011001 | 1011111 | 10000100 | 100001 | 11100 | 0 | 110000 | 11101000 | 10011 | 101011 |
Color Harmonies of #595F84
Complementary color
Monochromatic Colors of #595F84
Black with #595F84
Text Example
Text Example
White with #595F84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #595F84; }
p { color: rgb(89,95,132); }
H1.HeaderClassName
{
color: #595F84;
}
.AnyTagClassName
{
color: #595F84;
}
</style>
background-color css
<style>
a { background-color: #595F84; }
a { background-color: rgb(89,95,132); }
div.DivClassName
{
background-color: #595F84;
}
.BgClassName
{
background-color: #595F84;
}
</style>
border-color css
<style>
span { border-color: #595F84; }
span { border-color: rgb(89,95,132); }
td.TdClassName
{
border-color: #595F84;
}
.TagClassName
{
border-color: #595F84;
}
</style>