Shades of Comet #5B597F
Tints of Comet #5B597F
RGB
CMYK
RGB Variations
Color information
#5B597F (or 0x5B597F) is known color: Comet. HEX triplet: 5B, 59 and 7F. RGB value is (91,89,127). Sum of RGB (Red+Green+Blue) = 91+89+127=307 (40% of max value = 765). Red value is 91 (35.94% from 255 or 29.64% from 307); Green value is 89 (35.16% from 255 or 28.99% from 307); Blue value is 127 (50% from 255 or 41.37% from 307); Max value from RGB is 127 - color contains mainly: blue. Hex color #5B597F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5B597F is #A4A680. Grayscale: #5D5D5D. Windows color (decimal): -10790529 or 8345947. OLE color: 8345947.
HSL color Cylindrical-coordinate representation of color #5B597F: hue angle of 243.16º 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 #5B597F is Cyan = 0.28, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 91 | 89 | 127 | - |
| CMYK | 0.28 | 0.30 | 0 | 0.50 |
| HSL | 243.16º | 0.18% | 0.42% | - |
| HSV(B) | 243.16º | 0.3% | 0.5% | - |
| XYZ | 11.72 | 10.9 | 21.57 | - |
| YUV | 93.93 | 146.66 | 125.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 89 | 127 | 0.28 | 0.30 | 0 | 0.50 | 243.16 | 0.18 | 0.42 |
| Hex | 5B | 59 | 7F | 1C | 1E | 0 | 32 | F3 | 12 | 2A |
| Octal | 133 | 131 | 177 | 34 | 36 | 0 | 62 | 363 | 22 | 52 |
| Binary | 1011011 | 1011001 | 1111111 | 11100 | 11110 | 0 | 110010 | 11110011 | 10010 | 101010 |
Color Harmonies of #5B597F
Complementary color
Monochromatic Colors of #5B597F
Black with #5B597F
Text Example
Text Example
White with #5B597F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B597F; }
p { color: rgb(91,89,127); }
H1.HeaderClassName
{
color: #5B597F;
}
.AnyTagClassName
{
color: #5B597F;
}
</style>
background-color css
<style>
a { background-color: #5B597F; }
a { background-color: rgb(91,89,127); }
div.DivClassName
{
background-color: #5B597F;
}
.BgClassName
{
background-color: #5B597F;
}
</style>
border-color css
<style>
span { border-color: #5B597F; }
span { border-color: rgb(91,89,127); }
td.TdClassName
{
border-color: #5B597F;
}
.TagClassName
{
border-color: #5B597F;
}
</style>