Shades of Rich Blue #5B63AE
Tints of Rich Blue #5B63AE
RGB
CMYK
RGB Variations
Color information
#5B63AE (or 0x5B63AE) is known color: Rich Blue. HEX triplet: 5B, 63 and AE. RGB value is (91,99,174). Sum of RGB (Red+Green+Blue) = 91+99+174=364 (48% of max value = 765). Red value is 91 (35.94% from 255 or 25% from 364); Green value is 99 (39.06% from 255 or 27.20% from 364); Blue value is 174 (68.36% from 255 or 47.80% from 364); Max value from RGB is 174 - color contains mainly: blue. Hex color #5B63AE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5B63AE is #A49C51. Grayscale: #686868. Windows color (decimal): -10787922 or 11428699. OLE color: 11428699.
HSL color Cylindrical-coordinate representation of color #5B63AE: hue angle of 234.22º degrees, saturation: 0.34, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #5B63AE is Cyan = 0.48, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 91 | 99 | 174 | - |
| CMYK | 0.48 | 0.43 | 0 | 0.32 |
| HSL | 234.22º | 0.34% | 0.52% | - |
| HSV(B) | 234.22º | 0.48% | 0.68% | - |
| XYZ | 16.42 | 14.2 | 41.92 | - |
| YUV | 105.16 | 166.85 | 117.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 99 | 174 | 0.48 | 0.43 | 0 | 0.32 | 234.22 | 0.34 | 0.52 |
| Hex | 5B | 63 | AE | 30 | 2B | 0 | 20 | EA | 22 | 34 |
| Octal | 133 | 143 | 256 | 60 | 53 | 0 | 40 | 352 | 42 | 64 |
| Binary | 1011011 | 1100011 | 10101110 | 110000 | 101011 | 0 | 100000 | 11101010 | 100010 | 110100 |
Color Harmonies of #5B63AE
Complementary color
Monochromatic Colors of #5B63AE
Black with #5B63AE
Text Example
Text Example
White with #5B63AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B63AE; }
p { color: rgb(91,99,174); }
H1.HeaderClassName
{
color: #5B63AE;
}
.AnyTagClassName
{
color: #5B63AE;
}
</style>
background-color css
<style>
a { background-color: #5B63AE; }
a { background-color: rgb(91,99,174); }
div.DivClassName
{
background-color: #5B63AE;
}
.BgClassName
{
background-color: #5B63AE;
}
</style>
border-color css
<style>
span { border-color: #5B63AE; }
span { border-color: rgb(91,99,174); }
td.TdClassName
{
border-color: #5B63AE;
}
.TagClassName
{
border-color: #5B63AE;
}
</style>