Shades of Rich Blue #5B53AD
Tints of Rich Blue #5B53AD
RGB
CMYK
RGB Variations
Color information
#5B53AD (or 0x5B53AD) is known color: Rich Blue. HEX triplet: 5B, 53 and AD. RGB value is (91,83,173). Sum of RGB (Red+Green+Blue) = 91+83+173=347 (45% of max value = 765). Red value is 91 (35.94% from 255 or 26.22% from 347); Green value is 83 (32.81% from 255 or 23.92% from 347); Blue value is 173 (67.97% from 255 or 49.86% from 347); Max value from RGB is 173 - color contains mainly: blue. Hex color #5B53AD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5B53AD is #A4AC52. Grayscale: #5F5F5F. Windows color (decimal): -10792019 or 11359067. OLE color: 11359067.
HSL color Cylindrical-coordinate representation of color #5B53AD: hue angle of 245.33º degrees, saturation: 0.35, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #5B53AD is Cyan = 0.47, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 91 | 83 | 173 | - |
| CMYK | 0.47 | 0.52 | 0 | 0.32 |
| HSL | 245.33º | 0.35% | 0.5% | - |
| HSV(B) | 245.33º | 0.52% | 0.68% | - |
| XYZ | 14.95 | 11.43 | 40.95 | - |
| YUV | 95.65 | 171.65 | 124.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 83 | 173 | 0.47 | 0.52 | 0 | 0.32 | 245.33 | 0.35 | 0.5 |
| Hex | 5B | 53 | AD | 2F | 34 | 0 | 20 | F5 | 23 | 32 |
| Octal | 133 | 123 | 255 | 57 | 64 | 0 | 40 | 365 | 43 | 62 |
| Binary | 1011011 | 1010011 | 10101101 | 101111 | 110100 | 0 | 100000 | 11110101 | 100011 | 110010 |
Color Harmonies of #5B53AD
Complementary color
Monochromatic Colors of #5B53AD
Black with #5B53AD
Text Example
Text Example
White with #5B53AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B53AD; }
p { color: rgb(91,83,173); }
H1.HeaderClassName
{
color: #5B53AD;
}
.AnyTagClassName
{
color: #5B53AD;
}
</style>
background-color css
<style>
a { background-color: #5B53AD; }
a { background-color: rgb(91,83,173); }
div.DivClassName
{
background-color: #5B53AD;
}
.BgClassName
{
background-color: #5B53AD;
}
</style>
border-color css
<style>
span { border-color: #5B53AD; }
span { border-color: rgb(91,83,173); }
td.TdClassName
{
border-color: #5B53AD;
}
.TagClassName
{
border-color: #5B53AD;
}
</style>