Shades of Comet #5B587C
Tints of Comet #5B587C
RGB
CMYK
RGB Variations
Color information
#5B587C (or 0x5B587C) is known color: Comet. HEX triplet: 5B, 58 and 7C. RGB value is (91,88,124). Sum of RGB (Red+Green+Blue) = 91+88+124=303 (40% of max value = 765). Red value is 91 (35.94% from 255 or 30.03% from 303); Green value is 88 (34.77% from 255 or 29.04% from 303); Blue value is 124 (48.83% from 255 or 40.92% from 303); Max value from RGB is 124 - color contains mainly: blue. Hex color #5B587C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5B587C is #A4A783. Grayscale: #5C5C5C. Windows color (decimal): -10790788 or 8149083. OLE color: 8149083.
HSL color Cylindrical-coordinate representation of color #5B587C: hue angle of 245º 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 #5B587C is Cyan = 0.27, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 91 | 88 | 124 | - |
| CMYK | 0.27 | 0.29 | 0 | 0.51 |
| HSL | 245º | 0.17% | 0.42% | - |
| HSV(B) | 245º | 0.29% | 0.49% | - |
| XYZ | 11.44 | 10.66 | 20.52 | - |
| YUV | 93 | 145.49 | 126.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 88 | 124 | 0.27 | 0.29 | 0 | 0.51 | 245 | 0.17 | 0.42 |
| Hex | 5B | 58 | 7C | 1B | 1D | 0 | 33 | F5 | 11 | 2A |
| Octal | 133 | 130 | 174 | 33 | 35 | 0 | 63 | 365 | 21 | 52 |
| Binary | 1011011 | 1011000 | 1111100 | 11011 | 11101 | 0 | 110011 | 11110101 | 10001 | 101010 |
Color Harmonies of #5B587C
Complementary color
Monochromatic Colors of #5B587C
Black with #5B587C
Text Example
Text Example
White with #5B587C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B587C; }
p { color: rgb(91,88,124); }
H1.HeaderClassName
{
color: #5B587C;
}
.AnyTagClassName
{
color: #5B587C;
}
</style>
background-color css
<style>
a { background-color: #5B587C; }
a { background-color: rgb(91,88,124); }
div.DivClassName
{
background-color: #5B587C;
}
.BgClassName
{
background-color: #5B587C;
}
</style>
border-color css
<style>
span { border-color: #5B587C; }
span { border-color: rgb(91,88,124); }
td.TdClassName
{
border-color: #5B587C;
}
.TagClassName
{
border-color: #5B587C;
}
</style>