Shades of Rich Blue #5151AA
Tints of Rich Blue #5151AA
RGB
CMYK
RGB Variations
Color information
#5151AA (or 0x5151AA) is known color: Rich Blue. HEX triplet: 51, 51 and AA. RGB value is (81,81,170). Sum of RGB (Red+Green+Blue) = 81+81+170=332 (43% of max value = 765). Red value is 81 (32.03% from 255 or 24.40% from 332); Green value is 81 (32.03% from 255 or 24.40% from 332); Blue value is 170 (66.80% from 255 or 51.20% from 332); Max value from RGB is 170 - color contains mainly: blue. Hex color #5151AA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5151AA is #AEAE55. Grayscale: #5A5A5A. Windows color (decimal): -11447894 or 11161937. OLE color: 11161937.
HSL color Cylindrical-coordinate representation of color #5151AA: hue angle of 240º degrees, saturation: 0.35, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #5151AA is Cyan = 0.52, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 81 | 81 | 170 | - |
| CMYK | 0.52 | 0.52 | 0 | 0.33 |
| HSL | 240º | 0.35% | 0.49% | - |
| HSV(B) | 240º | 0.52% | 0.67% | - |
| XYZ | 13.59 | 10.54 | 39.35 | - |
| YUV | 91.15 | 172.5 | 120.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 81 | 170 | 0.52 | 0.52 | 0 | 0.33 | 240 | 0.35 | 0.49 |
| Hex | 51 | 51 | AA | 34 | 34 | 0 | 21 | F0 | 23 | 31 |
| Octal | 121 | 121 | 252 | 64 | 64 | 0 | 41 | 360 | 43 | 61 |
| Binary | 1010001 | 1010001 | 10101010 | 110100 | 110100 | 0 | 100001 | 11110000 | 100011 | 110001 |
Color Harmonies of #5151AA
Complementary color
Monochromatic Colors of #5151AA
Black with #5151AA
Text Example
Text Example
White with #5151AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5151AA; }
p { color: rgb(81,81,170); }
H1.HeaderClassName
{
color: #5151AA;
}
.AnyTagClassName
{
color: #5151AA;
}
</style>
background-color css
<style>
a { background-color: #5151AA; }
a { background-color: rgb(81,81,170); }
div.DivClassName
{
background-color: #5151AA;
}
.BgClassName
{
background-color: #5151AA;
}
</style>
border-color css
<style>
span { border-color: #5151AA; }
span { border-color: rgb(81,81,170); }
td.TdClassName
{
border-color: #5151AA;
}
.TagClassName
{
border-color: #5151AA;
}
</style>