Shades of Rich Blue #5142AA
Tints of Rich Blue #5142AA
RGB
CMYK
RGB Variations
Color information
#5142AA (or 0x5142AA) is known color: Rich Blue. HEX triplet: 51, 42 and AA. RGB value is (81,66,170). Sum of RGB (Red+Green+Blue) = 81+66+170=317 (41% of max value = 765). Red value is 81 (32.03% from 255 or 25.55% from 317); Green value is 66 (26.17% from 255 or 20.82% from 317); Blue value is 170 (66.80% from 255 or 53.63% from 317); Max value from RGB is 170 - color contains mainly: blue. Hex color #5142AA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5142AA is #AEBD55. Grayscale: #515151. Windows color (decimal): -11451734 or 11158097. OLE color: 11158097.
HSL color Cylindrical-coordinate representation of color #5142AA: hue angle of 248.65º degrees, saturation: 0.44, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5142AA is Cyan = 0.52, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 81 | 66 | 170 | - |
| CMYK | 0.52 | 0.61 | 0 | 0.33 |
| HSL | 248.65º | 0.44% | 0.46% | - |
| HSV(B) | 248.65º | 0.61% | 0.67% | - |
| XYZ | 12.6 | 8.55 | 39.02 | - |
| YUV | 82.34 | 177.47 | 127.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 66 | 170 | 0.52 | 0.61 | 0 | 0.33 | 248.65 | 0.44 | 0.46 |
| Hex | 51 | 42 | AA | 34 | 3D | 0 | 21 | F9 | 2C | 2E |
| Octal | 121 | 102 | 252 | 64 | 75 | 0 | 41 | 371 | 54 | 56 |
| Binary | 1010001 | 1000010 | 10101010 | 110100 | 111101 | 0 | 100001 | 11111001 | 101100 | 101110 |
Color Harmonies of #5142AA
Complementary color
Monochromatic Colors of #5142AA
Black with #5142AA
Text Example
Text Example
White with #5142AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5142AA; }
p { color: rgb(81,66,170); }
H1.HeaderClassName
{
color: #5142AA;
}
.AnyTagClassName
{
color: #5142AA;
}
</style>
background-color css
<style>
a { background-color: #5142AA; }
a { background-color: rgb(81,66,170); }
div.DivClassName
{
background-color: #5142AA;
}
.BgClassName
{
background-color: #5142AA;
}
</style>
border-color css
<style>
span { border-color: #5142AA; }
span { border-color: rgb(81,66,170); }
td.TdClassName
{
border-color: #5142AA;
}
.TagClassName
{
border-color: #5142AA;
}
</style>