Shades of Comet #595F85
Tints of Comet #595F85
RGB
CMYK
RGB Variations
Color information
#595F85 (or 0x595F85) is known color: Comet. HEX triplet: 59, 5F and 85. RGB value is (89,95,133). Sum of RGB (Red+Green+Blue) = 89+95+133=317 (41% of max value = 765). Red value is 89 (35.16% from 255 or 28.08% from 317); Green value is 95 (37.5% from 255 or 29.97% from 317); Blue value is 133 (52.34% from 255 or 41.96% from 317); Max value from RGB is 133 - color contains mainly: blue. Hex color #595F85 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #595F85 is #A6A07A. Grayscale: #616161. Windows color (decimal): -10920059 or 8740697. OLE color: 8740697.
HSL color Cylindrical-coordinate representation of color #595F85: hue angle of 231.82º degrees, saturation: 0.2, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #595F85 is Cyan = 0.33, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 89 | 95 | 133 | - |
| CMYK | 0.33 | 0.29 | 0 | 0.48 |
| HSL | 231.82º | 0.2% | 0.44% | - |
| HSV(B) | 231.82º | 0.33% | 0.52% | - |
| XYZ | 12.45 | 12 | 23.85 | - |
| YUV | 97.54 | 148.01 | 121.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 95 | 133 | 0.33 | 0.29 | 0 | 0.48 | 231.82 | 0.2 | 0.44 |
| Hex | 59 | 5F | 85 | 21 | 1D | 0 | 30 | E8 | 14 | 2C |
| Octal | 131 | 137 | 205 | 41 | 35 | 0 | 60 | 350 | 24 | 54 |
| Binary | 1011001 | 1011111 | 10000101 | 100001 | 11101 | 0 | 110000 | 11101000 | 10100 | 101100 |
Color Harmonies of #595F85
Complementary color
Monochromatic Colors of #595F85
Black with #595F85
Text Example
Text Example
White with #595F85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #595F85; }
p { color: rgb(89,95,133); }
H1.HeaderClassName
{
color: #595F85;
}
.AnyTagClassName
{
color: #595F85;
}
</style>
background-color css
<style>
a { background-color: #595F85; }
a { background-color: rgb(89,95,133); }
div.DivClassName
{
background-color: #595F85;
}
.BgClassName
{
background-color: #595F85;
}
</style>
border-color css
<style>
span { border-color: #595F85; }
span { border-color: rgb(89,95,133); }
td.TdClassName
{
border-color: #595F85;
}
.TagClassName
{
border-color: #595F85;
}
</style>