Shades of Rich Blue #5B57AD
Tints of Rich Blue #5B57AD
RGB
CMYK
RGB Variations
Color information
#5B57AD (or 0x5B57AD) is known color: Rich Blue. HEX triplet: 5B, 57 and AD. RGB value is (91,87,173). Sum of RGB (Red+Green+Blue) = 91+87+173=351 (46% of max value = 765). Red value is 91 (35.94% from 255 or 25.93% from 351); Green value is 87 (34.38% from 255 or 24.79% from 351); Blue value is 173 (67.97% from 255 or 49.29% from 351); Max value from RGB is 173 - color contains mainly: blue. Hex color #5B57AD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5B57AD is #A4A852. Grayscale: #616161. Windows color (decimal): -10790995 or 11360091. OLE color: 11360091.
HSL color Cylindrical-coordinate representation of color #5B57AD: hue angle of 242.79º degrees, saturation: 0.34, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #5B57AD is Cyan = 0.47, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 91 | 87 | 173 | - |
| CMYK | 0.47 | 0.50 | 0 | 0.32 |
| HSL | 242.79º | 0.34% | 0.51% | - |
| HSV(B) | 242.79º | 0.5% | 0.68% | - |
| XYZ | 15.27 | 12.06 | 41.06 | - |
| YUV | 98 | 170.33 | 123.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 87 | 173 | 0.47 | 0.50 | 0 | 0.32 | 242.79 | 0.34 | 0.51 |
| Hex | 5B | 57 | AD | 2F | 32 | 0 | 20 | F3 | 22 | 33 |
| Octal | 133 | 127 | 255 | 57 | 62 | 0 | 40 | 363 | 42 | 63 |
| Binary | 1011011 | 1010111 | 10101101 | 101111 | 110010 | 0 | 100000 | 11110011 | 100010 | 110011 |
Color Harmonies of #5B57AD
Complementary color
Monochromatic Colors of #5B57AD
Black with #5B57AD
Text Example
Text Example
White with #5B57AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B57AD; }
p { color: rgb(91,87,173); }
H1.HeaderClassName
{
color: #5B57AD;
}
.AnyTagClassName
{
color: #5B57AD;
}
</style>
background-color css
<style>
a { background-color: #5B57AD; }
a { background-color: rgb(91,87,173); }
div.DivClassName
{
background-color: #5B57AD;
}
.BgClassName
{
background-color: #5B57AD;
}
</style>
border-color css
<style>
span { border-color: #5B57AD; }
span { border-color: rgb(91,87,173); }
td.TdClassName
{
border-color: #5B57AD;
}
.TagClassName
{
border-color: #5B57AD;
}
</style>