Shades of Rich Blue #5151AD
Tints of Rich Blue #5151AD
RGB
CMYK
RGB Variations
Color information
#5151AD (or 0x5151AD) is known color: Rich Blue. HEX triplet: 51, 51 and AD. RGB value is (81,81,173). Sum of RGB (Red+Green+Blue) = 81+81+173=335 (44% of max value = 765). Red value is 81 (32.03% from 255 or 24.18% from 335); Green value is 81 (32.03% from 255 or 24.18% from 335); Blue value is 173 (67.97% from 255 or 51.64% from 335); Max value from RGB is 173 - color contains mainly: blue. Hex color #5151AD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5151AD is #AEAE52. Grayscale: #5B5B5B. Windows color (decimal): -11447891 or 11358545. OLE color: 11358545.
HSL color Cylindrical-coordinate representation of color #5151AD: hue angle of 240º degrees, saturation: 0.36, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5151AD is Cyan = 0.53, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 81 | 81 | 173 | - |
| CMYK | 0.53 | 0.53 | 0 | 0.32 |
| HSL | 240º | 0.36% | 0.5% | - |
| HSV(B) | 240º | 0.53% | 0.68% | - |
| XYZ | 13.88 | 10.65 | 40.86 | - |
| YUV | 91.49 | 174 | 120.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 81 | 173 | 0.53 | 0.53 | 0 | 0.32 | 240 | 0.36 | 0.5 |
| Hex | 51 | 51 | AD | 35 | 35 | 0 | 20 | F0 | 24 | 32 |
| Octal | 121 | 121 | 255 | 65 | 65 | 0 | 40 | 360 | 44 | 62 |
| Binary | 1010001 | 1010001 | 10101101 | 110101 | 110101 | 0 | 100000 | 11110000 | 100100 | 110010 |
Color Harmonies of #5151AD
Complementary color
Monochromatic Colors of #5151AD
Black with #5151AD
Text Example
Text Example
White with #5151AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5151AD; }
p { color: rgb(81,81,173); }
H1.HeaderClassName
{
color: #5151AD;
}
.AnyTagClassName
{
color: #5151AD;
}
</style>
background-color css
<style>
a { background-color: #5151AD; }
a { background-color: rgb(81,81,173); }
div.DivClassName
{
background-color: #5151AD;
}
.BgClassName
{
background-color: #5151AD;
}
</style>
border-color css
<style>
span { border-color: #5151AD; }
span { border-color: rgb(81,81,173); }
td.TdClassName
{
border-color: #5151AD;
}
.TagClassName
{
border-color: #5151AD;
}
</style>