Shades of Rich Blue #5745AA
Tints of Rich Blue #5745AA
RGB
CMYK
RGB Variations
Color information
#5745AA (or 0x5745AA) is known color: Rich Blue. HEX triplet: 57, 45 and AA. RGB value is (87,69,170). Sum of RGB (Red+Green+Blue) = 87+69+170=326 (43% of max value = 765). Red value is 87 (34.38% from 255 or 26.69% from 326); Green value is 69 (27.34% from 255 or 21.17% from 326); Blue value is 170 (66.80% from 255 or 52.15% from 326); Max value from RGB is 170 - color contains mainly: blue. Hex color #5745AA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5745AA is #A8BA55. Grayscale: #555555. Windows color (decimal): -11057750 or 11158871. OLE color: 11158871.
HSL color Cylindrical-coordinate representation of color #5745AA: hue angle of 250.69º degrees, saturation: 0.42, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5745AA is Cyan = 0.49, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 87 | 69 | 170 | - |
| CMYK | 0.49 | 0.59 | 0 | 0.33 |
| HSL | 250.69º | 0.42% | 0.47% | - |
| HSV(B) | 250.69º | 0.59% | 0.67% | - |
| XYZ | 13.31 | 9.18 | 39.1 | - |
| YUV | 85.9 | 175.46 | 128.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 69 | 170 | 0.49 | 0.59 | 0 | 0.33 | 250.69 | 0.42 | 0.47 |
| Hex | 57 | 45 | AA | 31 | 3B | 0 | 21 | FB | 2A | 2F |
| Octal | 127 | 105 | 252 | 61 | 73 | 0 | 41 | 373 | 52 | 57 |
| Binary | 1010111 | 1000101 | 10101010 | 110001 | 111011 | 0 | 100001 | 11111011 | 101010 | 101111 |
Color Harmonies of #5745AA
Complementary color
Monochromatic Colors of #5745AA
Black with #5745AA
Text Example
Text Example
White with #5745AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5745AA; }
p { color: rgb(87,69,170); }
H1.HeaderClassName
{
color: #5745AA;
}
.AnyTagClassName
{
color: #5745AA;
}
</style>
background-color css
<style>
a { background-color: #5745AA; }
a { background-color: rgb(87,69,170); }
div.DivClassName
{
background-color: #5745AA;
}
.BgClassName
{
background-color: #5745AA;
}
</style>
border-color css
<style>
span { border-color: #5745AA; }
span { border-color: rgb(87,69,170); }
td.TdClassName
{
border-color: #5745AA;
}
.TagClassName
{
border-color: #5745AA;
}
</style>