Shades of Rich Blue #5745AC
Tints of Rich Blue #5745AC
RGB
CMYK
RGB Variations
Color information
#5745AC (or 0x5745AC) is known color: Rich Blue. HEX triplet: 57, 45 and AC. RGB value is (87,69,172). Sum of RGB (Red+Green+Blue) = 87+69+172=328 (43% of max value = 765). Red value is 87 (34.38% from 255 or 26.52% from 328); Green value is 69 (27.34% from 255 or 21.04% from 328); Blue value is 172 (67.58% from 255 or 52.44% from 328); Max value from RGB is 172 - color contains mainly: blue. Hex color #5745AC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5745AC is #A8BA53. Grayscale: #555555. Windows color (decimal): -11057748 or 11289943. OLE color: 11289943.
HSL color Cylindrical-coordinate representation of color #5745AC: hue angle of 250.49º degrees, saturation: 0.43, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5745AC is Cyan = 0.49, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 87 | 69 | 172 | - |
| CMYK | 0.49 | 0.60 | 0 | 0.33 |
| HSL | 250.49º | 0.43% | 0.47% | - |
| HSV(B) | 250.49º | 0.6% | 0.67% | - |
| XYZ | 13.51 | 9.26 | 40.11 | - |
| YUV | 86.12 | 176.46 | 128.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 69 | 172 | 0.49 | 0.60 | 0 | 0.33 | 250.49 | 0.43 | 0.47 |
| Hex | 57 | 45 | AC | 31 | 3C | 0 | 21 | FA | 2B | 2F |
| Octal | 127 | 105 | 254 | 61 | 74 | 0 | 41 | 372 | 53 | 57 |
| Binary | 1010111 | 1000101 | 10101100 | 110001 | 111100 | 0 | 100001 | 11111010 | 101011 | 101111 |
Color Harmonies of #5745AC
Complementary color
Monochromatic Colors of #5745AC
Black with #5745AC
Text Example
Text Example
White with #5745AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5745AC; }
p { color: rgb(87,69,172); }
H1.HeaderClassName
{
color: #5745AC;
}
.AnyTagClassName
{
color: #5745AC;
}
</style>
background-color css
<style>
a { background-color: #5745AC; }
a { background-color: rgb(87,69,172); }
div.DivClassName
{
background-color: #5745AC;
}
.BgClassName
{
background-color: #5745AC;
}
</style>
border-color css
<style>
span { border-color: #5745AC; }
span { border-color: rgb(87,69,172); }
td.TdClassName
{
border-color: #5745AC;
}
.TagClassName
{
border-color: #5745AC;
}
</style>