Shades of Rich Blue #5B57AE
Tints of Rich Blue #5B57AE
RGB
CMYK
RGB Variations
Color information
#5B57AE (or 0x5B57AE) is known color: Rich Blue. HEX triplet: 5B, 57 and AE. RGB value is (91,87,174). Sum of RGB (Red+Green+Blue) = 91+87+174=352 (46% of max value = 765). Red value is 91 (35.94% from 255 or 25.85% from 352); Green value is 87 (34.38% from 255 or 24.72% from 352); Blue value is 174 (68.36% from 255 or 49.43% from 352); Max value from RGB is 174 - color contains mainly: blue. Hex color #5B57AE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5B57AE is #A4A851. Grayscale: #616161. Windows color (decimal): -10790994 or 11425627. OLE color: 11425627.
HSL color Cylindrical-coordinate representation of color #5B57AE: hue angle of 242.76º degrees, saturation: 0.35, 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 #5B57AE is Cyan = 0.48, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 91 | 87 | 174 | - |
| CMYK | 0.48 | 0.5 | 0 | 0.32 |
| HSL | 242.76º | 0.35% | 0.51% | - |
| HSV(B) | 242.76º | 0.5% | 0.68% | - |
| XYZ | 15.36 | 12.1 | 41.57 | - |
| YUV | 98.11 | 170.83 | 122.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 87 | 174 | 0.48 | 0.5 | 0 | 0.32 | 242.76 | 0.35 | 0.51 |
| Hex | 5B | 57 | AE | 30 | 32 | 0 | 20 | F3 | 23 | 33 |
| Octal | 133 | 127 | 256 | 60 | 62 | 0 | 40 | 363 | 43 | 63 |
| Binary | 1011011 | 1010111 | 10101110 | 110000 | 110010 | 0 | 100000 | 11110011 | 100011 | 110011 |
Color Harmonies of #5B57AE
Complementary color
Monochromatic Colors of #5B57AE
Black with #5B57AE
Text Example
Text Example
White with #5B57AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B57AE; }
p { color: rgb(91,87,174); }
H1.HeaderClassName
{
color: #5B57AE;
}
.AnyTagClassName
{
color: #5B57AE;
}
</style>
background-color css
<style>
a { background-color: #5B57AE; }
a { background-color: rgb(91,87,174); }
div.DivClassName
{
background-color: #5B57AE;
}
.BgClassName
{
background-color: #5B57AE;
}
</style>
border-color css
<style>
span { border-color: #5B57AE; }
span { border-color: rgb(91,87,174); }
td.TdClassName
{
border-color: #5B57AE;
}
.TagClassName
{
border-color: #5B57AE;
}
</style>