Shades of Comet #5B577C
Tints of Comet #5B577C
RGB
CMYK
RGB Variations
Color information
#5B577C (or 0x5B577C) is known color: Comet. HEX triplet: 5B, 57 and 7C. RGB value is (91,87,124). Sum of RGB (Red+Green+Blue) = 91+87+124=302 (40% of max value = 765). Red value is 91 (35.94% from 255 or 30.13% from 302); Green value is 87 (34.38% from 255 or 28.81% from 302); Blue value is 124 (48.83% from 255 or 41.06% from 302); Max value from RGB is 124 - color contains mainly: blue. Hex color #5B577C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5B577C is #A4A883. Grayscale: #5C5C5C. Windows color (decimal): -10791044 or 8148827. OLE color: 8148827.
HSL color Cylindrical-coordinate representation of color #5B577C: hue angle of 246.49º degrees, saturation: 0.18, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #5B577C is Cyan = 0.27, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 91 | 87 | 124 | - |
| CMYK | 0.27 | 0.30 | 0 | 0.51 |
| HSL | 246.49º | 0.18% | 0.41% | - |
| HSV(B) | 246.49º | 0.3% | 0.49% | - |
| XYZ | 11.36 | 10.5 | 20.5 | - |
| YUV | 92.41 | 145.83 | 126.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 87 | 124 | 0.27 | 0.30 | 0 | 0.51 | 246.49 | 0.18 | 0.41 |
| Hex | 5B | 57 | 7C | 1B | 1E | 0 | 33 | F6 | 12 | 29 |
| Octal | 133 | 127 | 174 | 33 | 36 | 0 | 63 | 366 | 22 | 51 |
| Binary | 1011011 | 1010111 | 1111100 | 11011 | 11110 | 0 | 110011 | 11110110 | 10010 | 101001 |
Color Harmonies of #5B577C
Complementary color
Monochromatic Colors of #5B577C
Black with #5B577C
Text Example
Text Example
White with #5B577C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B577C; }
p { color: rgb(91,87,124); }
H1.HeaderClassName
{
color: #5B577C;
}
.AnyTagClassName
{
color: #5B577C;
}
</style>
background-color css
<style>
a { background-color: #5B577C; }
a { background-color: rgb(91,87,124); }
div.DivClassName
{
background-color: #5B577C;
}
.BgClassName
{
background-color: #5B577C;
}
</style>
border-color css
<style>
span { border-color: #5B577C; }
span { border-color: rgb(91,87,124); }
td.TdClassName
{
border-color: #5B577C;
}
.TagClassName
{
border-color: #5B577C;
}
</style>