Shades of Rich Blue #5540AC
Tints of Rich Blue #5540AC
RGB
CMYK
RGB Variations
Color information
#5540AC (or 0x5540AC) is known color: Rich Blue. HEX triplet: 55, 40 and AC. RGB value is (85,64,172). Sum of RGB (Red+Green+Blue) = 85+64+172=321 (42% of max value = 765). Red value is 85 (33.59% from 255 or 26.48% from 321); Green value is 64 (25.39% from 255 or 19.94% from 321); Blue value is 172 (67.58% from 255 or 53.58% from 321); Max value from RGB is 172 - color contains mainly: blue. Hex color #5540AC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5540AC is #AABF53. Grayscale: #525252. Windows color (decimal): -11190100 or 11288661. OLE color: 11288661.
HSL color Cylindrical-coordinate representation of color #5540AC: hue angle of 251.67º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5540AC is Cyan = 0.51, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 85 | 64 | 172 | - |
| CMYK | 0.51 | 0.63 | 0 | 0.33 |
| HSL | 251.67º | 0.46% | 0.46% | - |
| HSV(B) | 251.67º | 0.63% | 0.67% | - |
| XYZ | 13.03 | 8.58 | 40 | - |
| YUV | 82.59 | 178.46 | 129.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 64 | 172 | 0.51 | 0.63 | 0 | 0.33 | 251.67 | 0.46 | 0.46 |
| Hex | 55 | 40 | AC | 33 | 3F | 0 | 21 | FC | 2E | 2E |
| Octal | 125 | 100 | 254 | 63 | 77 | 0 | 41 | 374 | 56 | 56 |
| Binary | 1010101 | 1000000 | 10101100 | 110011 | 111111 | 0 | 100001 | 11111100 | 101110 | 101110 |
Color Harmonies of #5540AC
Complementary color
Monochromatic Colors of #5540AC
Black with #5540AC
Text Example
Text Example
White with #5540AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5540AC; }
p { color: rgb(85,64,172); }
H1.HeaderClassName
{
color: #5540AC;
}
.AnyTagClassName
{
color: #5540AC;
}
</style>
background-color css
<style>
a { background-color: #5540AC; }
a { background-color: rgb(85,64,172); }
div.DivClassName
{
background-color: #5540AC;
}
.BgClassName
{
background-color: #5540AC;
}
</style>
border-color css
<style>
span { border-color: #5540AC; }
span { border-color: rgb(85,64,172); }
td.TdClassName
{
border-color: #5540AC;
}
.TagClassName
{
border-color: #5540AC;
}
</style>