Shades of Comet #5B5C78
Tints of Comet #5B5C78
RGB
CMYK
RGB Variations
Color information
#5B5C78 (or 0x5B5C78) is known color: Comet. HEX triplet: 5B, 5C and 78. RGB value is (91,92,120). Sum of RGB (Red+Green+Blue) = 91+92+120=303 (40% of max value = 765). Red value is 91 (35.94% from 255 or 30.03% from 303); Green value is 92 (36.33% from 255 or 30.36% from 303); Blue value is 120 (47.27% from 255 or 39.60% from 303); Max value from RGB is 120 - color contains mainly: blue. Hex color #5B5C78 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5B5C78 is #A4A387. Grayscale: #5E5E5E. Windows color (decimal): -10789768 or 7887963. OLE color: 7887963.
HSL color Cylindrical-coordinate representation of color #5B5C78: hue angle of 237.93º degrees, saturation: 0.14, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #5B5C78 is Cyan = 0.24, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 91 | 92 | 120 | - |
| CMYK | 0.24 | 0.23 | 0 | 0.53 |
| HSL | 237.93º | 0.14% | 0.41% | - |
| HSV(B) | 237.93º | 0.24% | 0.47% | - |
| XYZ | 11.53 | 11.23 | 19.33 | - |
| YUV | 94.89 | 142.17 | 125.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 92 | 120 | 0.24 | 0.23 | 0 | 0.53 | 237.93 | 0.14 | 0.41 |
| Hex | 5B | 5C | 78 | 18 | 17 | 0 | 35 | EE | E | 29 |
| Octal | 133 | 134 | 170 | 30 | 27 | 0 | 65 | 356 | 16 | 51 |
| Binary | 1011011 | 1011100 | 1111000 | 11000 | 10111 | 0 | 110101 | 11101110 | 1110 | 101001 |
Color Harmonies of #5B5C78
Complementary color
Monochromatic Colors of #5B5C78
Black with #5B5C78
Text Example
Text Example
White with #5B5C78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B5C78; }
p { color: rgb(91,92,120); }
H1.HeaderClassName
{
color: #5B5C78;
}
.AnyTagClassName
{
color: #5B5C78;
}
</style>
background-color css
<style>
a { background-color: #5B5C78; }
a { background-color: rgb(91,92,120); }
div.DivClassName
{
background-color: #5B5C78;
}
.BgClassName
{
background-color: #5B5C78;
}
</style>
border-color css
<style>
span { border-color: #5B5C78; }
span { border-color: rgb(91,92,120); }
td.TdClassName
{
border-color: #5B5C78;
}
.TagClassName
{
border-color: #5B5C78;
}
</style>