Shades of Comet #5B6282
Tints of Comet #5B6282
RGB
CMYK
RGB Variations
Color information
#5B6282 (or 0x5B6282) is known color: Comet. HEX triplet: 5B, 62 and 82. RGB value is (91,98,130). Sum of RGB (Red+Green+Blue) = 91+98+130=319 (42% of max value = 765). Red value is 91 (35.94% from 255 or 28.53% from 319); Green value is 98 (38.67% from 255 or 30.72% from 319); Blue value is 130 (51.17% from 255 or 40.75% from 319); Max value from RGB is 130 - color contains mainly: blue. Hex color #5B6282 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5B6282 is #A49D7D. Grayscale: #636363. Windows color (decimal): -10788222 or 8544859. OLE color: 8544859.
HSL color Cylindrical-coordinate representation of color #5B6282: hue angle of 229.23º degrees, saturation: 0.18, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #5B6282 is Cyan = 0.30, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 91 | 98 | 130 | - |
| CMYK | 0.30 | 0.25 | 0 | 0.49 |
| HSL | 229.23º | 0.18% | 0.43% | - |
| HSV(B) | 229.23º | 0.3% | 0.51% | - |
| XYZ | 12.71 | 12.57 | 22.88 | - |
| YUV | 99.56 | 145.18 | 121.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 98 | 130 | 0.30 | 0.25 | 0 | 0.49 | 229.23 | 0.18 | 0.43 |
| Hex | 5B | 62 | 82 | 1E | 19 | 0 | 31 | E5 | 12 | 2B |
| Octal | 133 | 142 | 202 | 36 | 31 | 0 | 61 | 345 | 22 | 53 |
| Binary | 1011011 | 1100010 | 10000010 | 11110 | 11001 | 0 | 110001 | 11100101 | 10010 | 101011 |
Color Harmonies of #5B6282
Complementary color
Monochromatic Colors of #5B6282
Black with #5B6282
Text Example
Text Example
White with #5B6282
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B6282; }
p { color: rgb(91,98,130); }
H1.HeaderClassName
{
color: #5B6282;
}
.AnyTagClassName
{
color: #5B6282;
}
</style>
background-color css
<style>
a { background-color: #5B6282; }
a { background-color: rgb(91,98,130); }
div.DivClassName
{
background-color: #5B6282;
}
.BgClassName
{
background-color: #5B6282;
}
</style>
border-color css
<style>
span { border-color: #5B6282; }
span { border-color: rgb(91,98,130); }
td.TdClassName
{
border-color: #5B6282;
}
.TagClassName
{
border-color: #5B6282;
}
</style>