Shades of Rich Blue #5148AA
Tints of Rich Blue #5148AA
RGB
CMYK
RGB Variations
Color information
#5148AA (or 0x5148AA) is known color: Rich Blue. HEX triplet: 51, 48 and AA. RGB value is (81,72,170). Sum of RGB (Red+Green+Blue) = 81+72+170=323 (42% of max value = 765). Red value is 81 (32.03% from 255 or 25.08% from 323); Green value is 72 (28.52% from 255 or 22.29% from 323); Blue value is 170 (66.80% from 255 or 52.63% from 323); Max value from RGB is 170 - color contains mainly: blue. Hex color #5148AA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5148AA is #AEB755. Grayscale: #555555. Windows color (decimal): -11450198 or 11159633. OLE color: 11159633.
HSL color Cylindrical-coordinate representation of color #5148AA: hue angle of 245.51º degrees, saturation: 0.4, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5148AA is Cyan = 0.52, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 81 | 72 | 170 | - |
| CMYK | 0.52 | 0.58 | 0 | 0.33 |
| HSL | 245.51º | 0.4% | 0.47% | - |
| HSV(B) | 245.51º | 0.58% | 0.67% | - |
| XYZ | 12.97 | 9.29 | 39.14 | - |
| YUV | 85.86 | 175.48 | 124.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 72 | 170 | 0.52 | 0.58 | 0 | 0.33 | 245.51 | 0.4 | 0.47 |
| Hex | 51 | 48 | AA | 34 | 3A | 0 | 21 | F6 | 28 | 2F |
| Octal | 121 | 110 | 252 | 64 | 72 | 0 | 41 | 366 | 50 | 57 |
| Binary | 1010001 | 1001000 | 10101010 | 110100 | 111010 | 0 | 100001 | 11110110 | 101000 | 101111 |
Color Harmonies of #5148AA
Complementary color
Monochromatic Colors of #5148AA
Black with #5148AA
Text Example
Text Example
White with #5148AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5148AA; }
p { color: rgb(81,72,170); }
H1.HeaderClassName
{
color: #5148AA;
}
.AnyTagClassName
{
color: #5148AA;
}
</style>
background-color css
<style>
a { background-color: #5148AA; }
a { background-color: rgb(81,72,170); }
div.DivClassName
{
background-color: #5148AA;
}
.BgClassName
{
background-color: #5148AA;
}
</style>
border-color css
<style>
span { border-color: #5148AA; }
span { border-color: rgb(81,72,170); }
td.TdClassName
{
border-color: #5148AA;
}
.TagClassName
{
border-color: #5148AA;
}
</style>