Shades of Rich Blue #5B52AD
Tints of Rich Blue #5B52AD
RGB
CMYK
RGB Variations
Color information
#5B52AD (or 0x5B52AD) is known color: Rich Blue. HEX triplet: 5B, 52 and AD. RGB value is (91,82,173). Sum of RGB (Red+Green+Blue) = 91+82+173=346 (45% of max value = 765). Red value is 91 (35.94% from 255 or 26.30% from 346); Green value is 82 (32.42% from 255 or 23.70% from 346); Blue value is 173 (67.97% from 255 or 50% from 346); Max value from RGB is 173 - color contains mainly: blue. Hex color #5B52AD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5B52AD is #A4AD52. Grayscale: #5E5E5E. Windows color (decimal): -10792275 or 11358811. OLE color: 11358811.
HSL color Cylindrical-coordinate representation of color #5B52AD: hue angle of 245.93º degrees, saturation: 0.36, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5B52AD is Cyan = 0.47, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 91 | 82 | 173 | - |
| CMYK | 0.47 | 0.53 | 0 | 0.32 |
| HSL | 245.93º | 0.36% | 0.5% | - |
| HSV(B) | 245.93º | 0.53% | 0.68% | - |
| XYZ | 14.87 | 11.28 | 40.93 | - |
| YUV | 95.07 | 171.98 | 125.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 82 | 173 | 0.47 | 0.53 | 0 | 0.32 | 245.93 | 0.36 | 0.5 |
| Hex | 5B | 52 | AD | 2F | 35 | 0 | 20 | F6 | 24 | 32 |
| Octal | 133 | 122 | 255 | 57 | 65 | 0 | 40 | 366 | 44 | 62 |
| Binary | 1011011 | 1010010 | 10101101 | 101111 | 110101 | 0 | 100000 | 11110110 | 100100 | 110010 |
Color Harmonies of #5B52AD
Complementary color
Monochromatic Colors of #5B52AD
Black with #5B52AD
Text Example
Text Example
White with #5B52AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B52AD; }
p { color: rgb(91,82,173); }
H1.HeaderClassName
{
color: #5B52AD;
}
.AnyTagClassName
{
color: #5B52AD;
}
</style>
background-color css
<style>
a { background-color: #5B52AD; }
a { background-color: rgb(91,82,173); }
div.DivClassName
{
background-color: #5B52AD;
}
.BgClassName
{
background-color: #5B52AD;
}
</style>
border-color css
<style>
span { border-color: #5B52AD; }
span { border-color: rgb(91,82,173); }
td.TdClassName
{
border-color: #5B52AD;
}
.TagClassName
{
border-color: #5B52AD;
}
</style>