Shades of Comet #5B6283
Tints of Comet #5B6283
RGB
CMYK
RGB Variations
Color information
#5B6283 (or 0x5B6283) is known color: Comet. HEX triplet: 5B, 62 and 83. RGB value is (91,98,131). Sum of RGB (Red+Green+Blue) = 91+98+131=320 (42% of max value = 765). Red value is 91 (35.94% from 255 or 28.44% from 320); Green value is 98 (38.67% from 255 or 30.62% from 320); Blue value is 131 (51.56% from 255 or 40.94% from 320); Max value from RGB is 131 - color contains mainly: blue. Hex color #5B6283 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5B6283 is #A49D7C. Grayscale: #636363. Windows color (decimal): -10788221 or 8610395. OLE color: 8610395.
HSL color Cylindrical-coordinate representation of color #5B6283: hue angle of 229.5º degrees, saturation: 0.18, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #5B6283 is Cyan = 0.31, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 91 | 98 | 131 | - |
| CMYK | 0.31 | 0.25 | 0 | 0.49 |
| HSL | 229.5º | 0.18% | 0.44% | - |
| HSV(B) | 229.5º | 0.31% | 0.51% | - |
| XYZ | 12.78 | 12.6 | 23.23 | - |
| YUV | 99.67 | 145.68 | 121.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 98 | 131 | 0.31 | 0.25 | 0 | 0.49 | 229.5 | 0.18 | 0.44 |
| Hex | 5B | 62 | 83 | 1F | 19 | 0 | 31 | E6 | 12 | 2C |
| Octal | 133 | 142 | 203 | 37 | 31 | 0 | 61 | 346 | 22 | 54 |
| Binary | 1011011 | 1100010 | 10000011 | 11111 | 11001 | 0 | 110001 | 11100110 | 10010 | 101100 |
Color Harmonies of #5B6283
Complementary color
Monochromatic Colors of #5B6283
Black with #5B6283
Text Example
Text Example
White with #5B6283
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B6283; }
p { color: rgb(91,98,131); }
H1.HeaderClassName
{
color: #5B6283;
}
.AnyTagClassName
{
color: #5B6283;
}
</style>
background-color css
<style>
a { background-color: #5B6283; }
a { background-color: rgb(91,98,131); }
div.DivClassName
{
background-color: #5B6283;
}
.BgClassName
{
background-color: #5B6283;
}
</style>
border-color css
<style>
span { border-color: #5B6283; }
span { border-color: rgb(91,98,131); }
td.TdClassName
{
border-color: #5B6283;
}
.TagClassName
{
border-color: #5B6283;
}
</style>