Shades of Comet #595F7D
Tints of Comet #595F7D
RGB
CMYK
RGB Variations
Color information
#595F7D (or 0x595F7D) is known color: Comet. HEX triplet: 59, 5F and 7D. RGB value is (89,95,125). Sum of RGB (Red+Green+Blue) = 89+95+125=309 (40% of max value = 765). Red value is 89 (35.16% from 255 or 28.80% from 309); Green value is 95 (37.5% from 255 or 30.74% from 309); Blue value is 125 (49.22% from 255 or 40.45% from 309); Max value from RGB is 125 - color contains mainly: blue. Hex color #595F7D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #595F7D is #A6A082. Grayscale: #606060. Windows color (decimal): -10920067 or 8216409. OLE color: 8216409.
HSL color Cylindrical-coordinate representation of color #595F7D: hue angle of 230º degrees, saturation: 0.17, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #595F7D is Cyan = 0.29, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 89 | 95 | 125 | - |
| CMYK | 0.29 | 0.24 | 0 | 0.51 |
| HSL | 230º | 0.17% | 0.42% | - |
| HSV(B) | 230º | 0.29% | 0.49% | - |
| XYZ | 11.91 | 11.79 | 21.05 | - |
| YUV | 96.63 | 144.01 | 122.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 95 | 125 | 0.29 | 0.24 | 0 | 0.51 | 230 | 0.17 | 0.42 |
| Hex | 59 | 5F | 7D | 1D | 18 | 0 | 33 | E6 | 11 | 2A |
| Octal | 131 | 137 | 175 | 35 | 30 | 0 | 63 | 346 | 21 | 52 |
| Binary | 1011001 | 1011111 | 1111101 | 11101 | 11000 | 0 | 110011 | 11100110 | 10001 | 101010 |
Color Harmonies of #595F7D
Complementary color
Monochromatic Colors of #595F7D
Black with #595F7D
Text Example
Text Example
White with #595F7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #595F7D; }
p { color: rgb(89,95,125); }
H1.HeaderClassName
{
color: #595F7D;
}
.AnyTagClassName
{
color: #595F7D;
}
</style>
background-color css
<style>
a { background-color: #595F7D; }
a { background-color: rgb(89,95,125); }
div.DivClassName
{
background-color: #595F7D;
}
.BgClassName
{
background-color: #595F7D;
}
</style>
border-color css
<style>
span { border-color: #595F7D; }
span { border-color: rgb(89,95,125); }
td.TdClassName
{
border-color: #595F7D;
}
.TagClassName
{
border-color: #595F7D;
}
</style>