Shades of Comet #5B6082
Tints of Comet #5B6082
RGB
CMYK
RGB Variations
Color information
#5B6082 (or 0x5B6082) is known color: Comet. HEX triplet: 5B, 60 and 82. RGB value is (91,96,130). Sum of RGB (Red+Green+Blue) = 91+96+130=317 (41% of max value = 765). Red value is 91 (35.94% from 255 or 28.71% from 317); Green value is 96 (37.89% from 255 or 30.28% from 317); Blue value is 130 (51.17% from 255 or 41.01% from 317); Max value from RGB is 130 - color contains mainly: blue. Hex color #5B6082 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5B6082 is #A49F7D. Grayscale: #626262. Windows color (decimal): -10788734 or 8544347. OLE color: 8544347.
HSL color Cylindrical-coordinate representation of color #5B6082: hue angle of 232.31º 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 #5B6082 is Cyan = 0.30, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 91 | 96 | 130 | - |
| CMYK | 0.30 | 0.26 | 0 | 0.49 |
| HSL | 232.31º | 0.18% | 0.43% | - |
| HSV(B) | 232.31º | 0.3% | 0.51% | - |
| XYZ | 12.53 | 12.2 | 22.81 | - |
| YUV | 98.38 | 145.84 | 122.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 96 | 130 | 0.30 | 0.26 | 0 | 0.49 | 232.31 | 0.18 | 0.43 |
| Hex | 5B | 60 | 82 | 1E | 1A | 0 | 31 | E8 | 12 | 2B |
| Octal | 133 | 140 | 202 | 36 | 32 | 0 | 61 | 350 | 22 | 53 |
| Binary | 1011011 | 1100000 | 10000010 | 11110 | 11010 | 0 | 110001 | 11101000 | 10010 | 101011 |
Color Harmonies of #5B6082
Complementary color
Monochromatic Colors of #5B6082
Black with #5B6082
Text Example
Text Example
White with #5B6082
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B6082; }
p { color: rgb(91,96,130); }
H1.HeaderClassName
{
color: #5B6082;
}
.AnyTagClassName
{
color: #5B6082;
}
</style>
background-color css
<style>
a { background-color: #5B6082; }
a { background-color: rgb(91,96,130); }
div.DivClassName
{
background-color: #5B6082;
}
.BgClassName
{
background-color: #5B6082;
}
</style>
border-color css
<style>
span { border-color: #5B6082; }
span { border-color: rgb(91,96,130); }
td.TdClassName
{
border-color: #5B6082;
}
.TagClassName
{
border-color: #5B6082;
}
</style>