Shades of Rich Blue #5B63A0
Tints of Rich Blue #5B63A0
RGB
CMYK
RGB Variations
Color information
#5B63A0 (or 0x5B63A0) is known color: Rich Blue. HEX triplet: 5B, 63 and A0. RGB value is (91,99,160). Sum of RGB (Red+Green+Blue) = 91+99+160=350 (46% of max value = 765). Red value is 91 (35.94% from 255 or 26% from 350); Green value is 99 (39.06% from 255 or 28.29% from 350); Blue value is 160 (62.89% from 255 or 45.71% from 350); Max value from RGB is 160 - color contains mainly: blue. Hex color #5B63A0 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5B63A0 is #A49C5F. Grayscale: #676767. Windows color (decimal): -10787936 or 10511195. OLE color: 10511195.
HSL color Cylindrical-coordinate representation of color #5B63A0: hue angle of 233.04º degrees, saturation: 0.27, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #5B63A0 is Cyan = 0.43, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 91 | 99 | 160 | - |
| CMYK | 0.43 | 0.38 | 0 | 0.37 |
| HSL | 233.04º | 0.27% | 0.49% | - |
| HSV(B) | 233.04º | 0.43% | 0.63% | - |
| XYZ | 15.12 | 13.69 | 35.1 | - |
| YUV | 103.56 | 159.85 | 119.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 99 | 160 | 0.43 | 0.38 | 0 | 0.37 | 233.04 | 0.27 | 0.49 |
| Hex | 5B | 63 | A0 | 2B | 26 | 0 | 25 | E9 | 1B | 31 |
| Octal | 133 | 143 | 240 | 53 | 46 | 0 | 45 | 351 | 33 | 61 |
| Binary | 1011011 | 1100011 | 10100000 | 101011 | 100110 | 0 | 100101 | 11101001 | 11011 | 110001 |
Color Harmonies of #5B63A0
Complementary color
Monochromatic Colors of #5B63A0
Black with #5B63A0
Text Example
Text Example
White with #5B63A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B63A0; }
p { color: rgb(91,99,160); }
H1.HeaderClassName
{
color: #5B63A0;
}
.AnyTagClassName
{
color: #5B63A0;
}
</style>
background-color css
<style>
a { background-color: #5B63A0; }
a { background-color: rgb(91,99,160); }
div.DivClassName
{
background-color: #5B63A0;
}
.BgClassName
{
background-color: #5B63A0;
}
</style>
border-color css
<style>
span { border-color: #5B63A0; }
span { border-color: rgb(91,99,160); }
td.TdClassName
{
border-color: #5B63A0;
}
.TagClassName
{
border-color: #5B63A0;
}
</style>