Shades of Comet #5B5F87
Tints of Comet #5B5F87
RGB
CMYK
RGB Variations
Color information
#5B5F87 (or 0x5B5F87) is known color: Comet. HEX triplet: 5B, 5F and 87. RGB value is (91,95,135). Sum of RGB (Red+Green+Blue) = 91+95+135=321 (42% of max value = 765). Red value is 91 (35.94% from 255 or 28.35% from 321); Green value is 95 (37.5% from 255 or 29.60% from 321); Blue value is 135 (53.12% from 255 or 42.06% from 321); Max value from RGB is 135 - color contains mainly: blue. Hex color #5B5F87 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5B5F87 is #A4A078. Grayscale: #626262. Windows color (decimal): -10788985 or 8871771. OLE color: 8871771.
HSL color Cylindrical-coordinate representation of color #5B5F87: hue angle of 234.55º degrees, saturation: 0.19, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #5B5F87 is Cyan = 0.33, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 91 | 95 | 135 | - |
| CMYK | 0.33 | 0.30 | 0 | 0.47 |
| HSL | 234.55º | 0.19% | 0.44% | - |
| HSV(B) | 234.55º | 0.33% | 0.53% | - |
| XYZ | 12.78 | 12.16 | 24.59 | - |
| YUV | 98.36 | 148.67 | 122.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 95 | 135 | 0.33 | 0.30 | 0 | 0.47 | 234.55 | 0.19 | 0.44 |
| Hex | 5B | 5F | 87 | 21 | 1E | 0 | 2F | EB | 13 | 2C |
| Octal | 133 | 137 | 207 | 41 | 36 | 0 | 57 | 353 | 23 | 54 |
| Binary | 1011011 | 1011111 | 10000111 | 100001 | 11110 | 0 | 101111 | 11101011 | 10011 | 101100 |
Color Harmonies of #5B5F87
Complementary color
Monochromatic Colors of #5B5F87
Black with #5B5F87
Text Example
Text Example
White with #5B5F87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B5F87; }
p { color: rgb(91,95,135); }
H1.HeaderClassName
{
color: #5B5F87;
}
.AnyTagClassName
{
color: #5B5F87;
}
</style>
background-color css
<style>
a { background-color: #5B5F87; }
a { background-color: rgb(91,95,135); }
div.DivClassName
{
background-color: #5B5F87;
}
.BgClassName
{
background-color: #5B5F87;
}
</style>
border-color css
<style>
span { border-color: #5B5F87; }
span { border-color: rgb(91,95,135); }
td.TdClassName
{
border-color: #5B5F87;
}
.TagClassName
{
border-color: #5B5F87;
}
</style>