Shades of Comet #595B81
Tints of Comet #595B81
RGB
CMYK
RGB Variations
Color information
#595B81 (or 0x595B81) is known color: Comet. HEX triplet: 59, 5B and 81. RGB value is (89,91,129). Sum of RGB (Red+Green+Blue) = 89+91+129=309 (40% of max value = 765). Red value is 89 (35.16% from 255 or 28.80% from 309); Green value is 91 (35.94% from 255 or 29.45% from 309); Blue value is 129 (50.78% from 255 or 41.75% from 309); Max value from RGB is 129 - color contains mainly: blue. Hex color #595B81 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #595B81 is #A6A47E. Grayscale: #5E5E5E. Windows color (decimal): -10921087 or 8477529. OLE color: 8477529.
HSL color Cylindrical-coordinate representation of color #595B81: hue angle of 237º 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 #595B81 is Cyan = 0.31, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 89 | 91 | 129 | - |
| CMYK | 0.31 | 0.29 | 0 | 0.49 |
| HSL | 237º | 0.18% | 0.43% | - |
| HSV(B) | 237º | 0.31% | 0.51% | - |
| XYZ | 11.82 | 11.19 | 22.31 | - |
| YUV | 94.73 | 147.34 | 123.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 91 | 129 | 0.31 | 0.29 | 0 | 0.49 | 237 | 0.18 | 0.43 |
| Hex | 59 | 5B | 81 | 1F | 1D | 0 | 31 | ED | 12 | 2B |
| Octal | 131 | 133 | 201 | 37 | 35 | 0 | 61 | 355 | 22 | 53 |
| Binary | 1011001 | 1011011 | 10000001 | 11111 | 11101 | 0 | 110001 | 11101101 | 10010 | 101011 |
Color Harmonies of #595B81
Complementary color
Monochromatic Colors of #595B81
Black with #595B81
Text Example
Text Example
White with #595B81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #595B81; }
p { color: rgb(89,91,129); }
H1.HeaderClassName
{
color: #595B81;
}
.AnyTagClassName
{
color: #595B81;
}
</style>
background-color css
<style>
a { background-color: #595B81; }
a { background-color: rgb(89,91,129); }
div.DivClassName
{
background-color: #595B81;
}
.BgClassName
{
background-color: #595B81;
}
</style>
border-color css
<style>
span { border-color: #595B81; }
span { border-color: rgb(89,91,129); }
td.TdClassName
{
border-color: #595B81;
}
.TagClassName
{
border-color: #595B81;
}
</style>