Shades of Comet #595F7F
Tints of Comet #595F7F
RGB
CMYK
RGB Variations
Color information
#595F7F (or 0x595F7F) is known color: Comet. HEX triplet: 59, 5F and 7F. RGB value is (89,95,127). Sum of RGB (Red+Green+Blue) = 89+95+127=311 (41% of max value = 765). Red value is 89 (35.16% from 255 or 28.62% from 311); Green value is 95 (37.5% from 255 or 30.55% from 311); Blue value is 127 (50% from 255 or 40.84% from 311); Max value from RGB is 127 - color contains mainly: blue. Hex color #595F7F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #595F7F is #A6A080. Grayscale: #606060. Windows color (decimal): -10920065 or 8347481. OLE color: 8347481.
HSL color Cylindrical-coordinate representation of color #595F7F: hue angle of 230.53º degrees, saturation: 0.18, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #595F7F is Cyan = 0.30, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 89 | 95 | 127 | - |
| CMYK | 0.30 | 0.25 | 0 | 0.50 |
| HSL | 230.53º | 0.18% | 0.42% | - |
| HSV(B) | 230.53º | 0.3% | 0.5% | - |
| XYZ | 12.04 | 11.84 | 21.73 | - |
| YUV | 96.85 | 145.01 | 122.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 95 | 127 | 0.30 | 0.25 | 0 | 0.50 | 230.53 | 0.18 | 0.42 |
| Hex | 59 | 5F | 7F | 1E | 19 | 0 | 32 | E7 | 12 | 2A |
| Octal | 131 | 137 | 177 | 36 | 31 | 0 | 62 | 347 | 22 | 52 |
| Binary | 1011001 | 1011111 | 1111111 | 11110 | 11001 | 0 | 110010 | 11100111 | 10010 | 101010 |
Color Harmonies of #595F7F
Complementary color
Monochromatic Colors of #595F7F
Black with #595F7F
Text Example
Text Example
White with #595F7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #595F7F; }
p { color: rgb(89,95,127); }
H1.HeaderClassName
{
color: #595F7F;
}
.AnyTagClassName
{
color: #595F7F;
}
</style>
background-color css
<style>
a { background-color: #595F7F; }
a { background-color: rgb(89,95,127); }
div.DivClassName
{
background-color: #595F7F;
}
.BgClassName
{
background-color: #595F7F;
}
</style>
border-color css
<style>
span { border-color: #595F7F; }
span { border-color: rgb(89,95,127); }
td.TdClassName
{
border-color: #595F7F;
}
.TagClassName
{
border-color: #595F7F;
}
</style>