Shades of Rich Blue #515BAD
Tints of Rich Blue #515BAD
RGB
CMYK
RGB Variations
Color information
#515BAD (or 0x515BAD) is known color: Rich Blue. HEX triplet: 51, 5B and AD. RGB value is (81,91,173). Sum of RGB (Red+Green+Blue) = 81+91+173=345 (45% of max value = 765). Red value is 81 (32.03% from 255 or 23.48% from 345); Green value is 91 (35.94% from 255 or 26.38% from 345); Blue value is 173 (67.97% from 255 or 50.14% from 345); Max value from RGB is 173 - color contains mainly: blue. Hex color #515BAD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #515BAD is #AEA452. Grayscale: #616161. Windows color (decimal): -11445331 or 11361105. OLE color: 11361105.
HSL color Cylindrical-coordinate representation of color #515BAD: hue angle of 233.48º 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 #515BAD is Cyan = 0.53, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 81 | 91 | 173 | - |
| CMYK | 0.53 | 0.47 | 0 | 0.32 |
| HSL | 233.48º | 0.36% | 0.5% | - |
| HSV(B) | 233.48º | 0.53% | 0.68% | - |
| XYZ | 14.68 | 12.25 | 41.13 | - |
| YUV | 97.36 | 170.69 | 116.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 91 | 173 | 0.53 | 0.47 | 0 | 0.32 | 233.48 | 0.36 | 0.5 |
| Hex | 51 | 5B | AD | 35 | 2F | 0 | 20 | E9 | 24 | 32 |
| Octal | 121 | 133 | 255 | 65 | 57 | 0 | 40 | 351 | 44 | 62 |
| Binary | 1010001 | 1011011 | 10101101 | 110101 | 101111 | 0 | 100000 | 11101001 | 100100 | 110010 |
Color Harmonies of #515BAD
Complementary color
Monochromatic Colors of #515BAD
Black with #515BAD
Text Example
Text Example
White with #515BAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #515BAD; }
p { color: rgb(81,91,173); }
H1.HeaderClassName
{
color: #515BAD;
}
.AnyTagClassName
{
color: #515BAD;
}
</style>
background-color css
<style>
a { background-color: #515BAD; }
a { background-color: rgb(81,91,173); }
div.DivClassName
{
background-color: #515BAD;
}
.BgClassName
{
background-color: #515BAD;
}
</style>
border-color css
<style>
span { border-color: #515BAD; }
span { border-color: rgb(81,91,173); }
td.TdClassName
{
border-color: #515BAD;
}
.TagClassName
{
border-color: #515BAD;
}
</style>