Shades of Comet #595C83
Tints of Comet #595C83
RGB
CMYK
RGB Variations
Color information
#595C83 (or 0x595C83) is known color: Comet. HEX triplet: 59, 5C and 83. RGB value is (89,92,131). Sum of RGB (Red+Green+Blue) = 89+92+131=312 (41% of max value = 765). Red value is 89 (35.16% from 255 or 28.53% from 312); Green value is 92 (36.33% from 255 or 29.49% from 312); Blue value is 131 (51.56% from 255 or 41.99% from 312); Max value from RGB is 131 - color contains mainly: blue. Hex color #595C83 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #595C83 is #A6A37C. Grayscale: #5F5F5F. Windows color (decimal): -10920829 or 8608857. OLE color: 8608857.
HSL color Cylindrical-coordinate representation of color #595C83: hue angle of 235.71º degrees, saturation: 0.19, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #595C83 is Cyan = 0.32, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 89 | 92 | 131 | - |
| CMYK | 0.32 | 0.30 | 0 | 0.49 |
| HSL | 235.71º | 0.19% | 0.43% | - |
| HSV(B) | 235.71º | 0.32% | 0.51% | - |
| XYZ | 12.04 | 11.42 | 23.04 | - |
| YUV | 95.55 | 148.01 | 123.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 92 | 131 | 0.32 | 0.30 | 0 | 0.49 | 235.71 | 0.19 | 0.43 |
| Hex | 59 | 5C | 83 | 20 | 1E | 0 | 31 | EC | 13 | 2B |
| Octal | 131 | 134 | 203 | 40 | 36 | 0 | 61 | 354 | 23 | 53 |
| Binary | 1011001 | 1011100 | 10000011 | 100000 | 11110 | 0 | 110001 | 11101100 | 10011 | 101011 |
Color Harmonies of #595C83
Complementary color
Monochromatic Colors of #595C83
Black with #595C83
Text Example
Text Example
White with #595C83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #595C83; }
p { color: rgb(89,92,131); }
H1.HeaderClassName
{
color: #595C83;
}
.AnyTagClassName
{
color: #595C83;
}
</style>
background-color css
<style>
a { background-color: #595C83; }
a { background-color: rgb(89,92,131); }
div.DivClassName
{
background-color: #595C83;
}
.BgClassName
{
background-color: #595C83;
}
</style>
border-color css
<style>
span { border-color: #595C83; }
span { border-color: rgb(89,92,131); }
td.TdClassName
{
border-color: #595C83;
}
.TagClassName
{
border-color: #595C83;
}
</style>