Shades of Comet #595C81
Tints of Comet #595C81
RGB
CMYK
RGB Variations
Color information
#595C81 (or 0x595C81) is known color: Comet. HEX triplet: 59, 5C and 81. RGB value is (89,92,129). Sum of RGB (Red+Green+Blue) = 89+92+129=310 (41% of max value = 765). Red value is 89 (35.16% from 255 or 28.71% from 310); Green value is 92 (36.33% from 255 or 29.68% from 310); Blue value is 129 (50.78% from 255 or 41.61% from 310); Max value from RGB is 129 - color contains mainly: blue. Hex color #595C81 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #595C81 is #A6A37E. Grayscale: #5F5F5F. Windows color (decimal): -10920831 or 8477785. OLE color: 8477785.
HSL color Cylindrical-coordinate representation of color #595C81: hue angle of 235.5º degrees, saturation: 0.18, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #595C81 is Cyan = 0.31, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 89 | 92 | 129 | - |
| CMYK | 0.31 | 0.29 | 0 | 0.49 |
| HSL | 235.5º | 0.18% | 0.43% | - |
| HSV(B) | 235.5º | 0.31% | 0.51% | - |
| XYZ | 11.91 | 11.36 | 22.33 | - |
| YUV | 95.32 | 147.01 | 123.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 92 | 129 | 0.31 | 0.29 | 0 | 0.49 | 235.5 | 0.18 | 0.43 |
| Hex | 59 | 5C | 81 | 1F | 1D | 0 | 31 | EC | 12 | 2B |
| Octal | 131 | 134 | 201 | 37 | 35 | 0 | 61 | 354 | 22 | 53 |
| Binary | 1011001 | 1011100 | 10000001 | 11111 | 11101 | 0 | 110001 | 11101100 | 10010 | 101011 |
Color Harmonies of #595C81
Complementary color
Monochromatic Colors of #595C81
Black with #595C81
Text Example
Text Example
White with #595C81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #595C81; }
p { color: rgb(89,92,129); }
H1.HeaderClassName
{
color: #595C81;
}
.AnyTagClassName
{
color: #595C81;
}
</style>
background-color css
<style>
a { background-color: #595C81; }
a { background-color: rgb(89,92,129); }
div.DivClassName
{
background-color: #595C81;
}
.BgClassName
{
background-color: #595C81;
}
</style>
border-color css
<style>
span { border-color: #595C81; }
span { border-color: rgb(89,92,129); }
td.TdClassName
{
border-color: #595C81;
}
.TagClassName
{
border-color: #595C81;
}
</style>