Shades of Rich Blue #5745AD
Tints of Rich Blue #5745AD
RGB
CMYK
RGB Variations
Color information
#5745AD (or 0x5745AD) is known color: Rich Blue. HEX triplet: 57, 45 and AD. RGB value is (87,69,173). Sum of RGB (Red+Green+Blue) = 87+69+173=329 (43% of max value = 765). Red value is 87 (34.38% from 255 or 26.44% from 329); Green value is 69 (27.34% from 255 or 20.97% from 329); Blue value is 173 (67.97% from 255 or 52.58% from 329); Max value from RGB is 173 - color contains mainly: blue. Hex color #5745AD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5745AD is #A8BA52. Grayscale: #555555. Windows color (decimal): -11057747 or 11355479. OLE color: 11355479.
HSL color Cylindrical-coordinate representation of color #5745AD: hue angle of 250.38º degrees, saturation: 0.43, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5745AD is Cyan = 0.50, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 87 | 69 | 173 | - |
| CMYK | 0.50 | 0.60 | 0 | 0.32 |
| HSL | 250.38º | 0.43% | 0.47% | - |
| HSV(B) | 250.38º | 0.6% | 0.68% | - |
| XYZ | 13.6 | 9.3 | 40.61 | - |
| YUV | 86.24 | 176.96 | 128.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 69 | 173 | 0.50 | 0.60 | 0 | 0.32 | 250.38 | 0.43 | 0.47 |
| Hex | 57 | 45 | AD | 32 | 3C | 0 | 20 | FA | 2B | 2F |
| Octal | 127 | 105 | 255 | 62 | 74 | 0 | 40 | 372 | 53 | 57 |
| Binary | 1010111 | 1000101 | 10101101 | 110010 | 111100 | 0 | 100000 | 11111010 | 101011 | 101111 |
Color Harmonies of #5745AD
Complementary color
Monochromatic Colors of #5745AD
Black with #5745AD
Text Example
Text Example
White with #5745AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5745AD; }
p { color: rgb(87,69,173); }
H1.HeaderClassName
{
color: #5745AD;
}
.AnyTagClassName
{
color: #5745AD;
}
</style>
background-color css
<style>
a { background-color: #5745AD; }
a { background-color: rgb(87,69,173); }
div.DivClassName
{
background-color: #5745AD;
}
.BgClassName
{
background-color: #5745AD;
}
</style>
border-color css
<style>
span { border-color: #5745AD; }
span { border-color: rgb(87,69,173); }
td.TdClassName
{
border-color: #5745AD;
}
.TagClassName
{
border-color: #5745AD;
}
</style>