Shades of Comet #595883
Tints of Comet #595883
RGB
CMYK
RGB Variations
Color information
#595883 (or 0x595883) is known color: Comet. HEX triplet: 59, 58 and 83. RGB value is (89,88,131). Sum of RGB (Red+Green+Blue) = 89+88+131=308 (40% of max value = 765). Red value is 89 (35.16% from 255 or 28.90% from 308); Green value is 88 (34.77% from 255 or 28.57% from 308); Blue value is 131 (51.56% from 255 or 42.53% from 308); Max value from RGB is 131 - color contains mainly: blue. Hex color #595883 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #595883 is #A6A77C. Grayscale: #5D5D5D. Windows color (decimal): -10921853 or 8607833. OLE color: 8607833.
HSL color Cylindrical-coordinate representation of color #595883: hue angle of 241.4º degrees, saturation: 0.2, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #595883 is Cyan = 0.32, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 89 | 88 | 131 | - |
| CMYK | 0.32 | 0.33 | 0 | 0.49 |
| HSL | 241.4º | 0.2% | 0.43% | - |
| HSV(B) | 241.4º | 0.33% | 0.51% | - |
| XYZ | 11.71 | 10.74 | 22.93 | - |
| YUV | 93.2 | 149.33 | 125 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 88 | 131 | 0.32 | 0.33 | 0 | 0.49 | 241.4 | 0.2 | 0.43 |
| Hex | 59 | 58 | 83 | 20 | 21 | 0 | 31 | F1 | 14 | 2B |
| Octal | 131 | 130 | 203 | 40 | 41 | 0 | 61 | 361 | 24 | 53 |
| Binary | 1011001 | 1011000 | 10000011 | 100000 | 100001 | 0 | 110001 | 11110001 | 10100 | 101011 |
Color Harmonies of #595883
Complementary color
Monochromatic Colors of #595883
Black with #595883
Text Example
Text Example
White with #595883
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #595883; }
p { color: rgb(89,88,131); }
H1.HeaderClassName
{
color: #595883;
}
.AnyTagClassName
{
color: #595883;
}
</style>
background-color css
<style>
a { background-color: #595883; }
a { background-color: rgb(89,88,131); }
div.DivClassName
{
background-color: #595883;
}
.BgClassName
{
background-color: #595883;
}
</style>
border-color css
<style>
span { border-color: #595883; }
span { border-color: rgb(89,88,131); }
td.TdClassName
{
border-color: #595883;
}
.TagClassName
{
border-color: #595883;
}
</style>