Shades of Rich Blue #515DBA
Tints of Rich Blue #515DBA
RGB
CMYK
RGB Variations
Color information
#515DBA (or 0x515DBA) is known color: Rich Blue. HEX triplet: 51, 5D and BA. RGB value is (81,93,186). Sum of RGB (Red+Green+Blue) = 81+93+186=360 (47% of max value = 765). Red value is 81 (32.03% from 255 or 22.5% from 360); Green value is 93 (36.72% from 255 or 25.83% from 360); Blue value is 186 (73.05% from 255 or 51.67% from 360); Max value from RGB is 186 - color contains mainly: blue. Hex color #515DBA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #515DBA is #AEA245. Grayscale: #636363. Windows color (decimal): -11444806 or 12213585. OLE color: 12213585.
HSL color Cylindrical-coordinate representation of color #515DBA: hue angle of 233.14º degrees, saturation: 0.43, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #515DBA is Cyan = 0.56, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 81 | 93 | 186 | - |
| CMYK | 0.56 | 0.5 | 0 | 0.27 |
| HSL | 233.14º | 0.43% | 0.52% | - |
| HSV(B) | 233.14º | 0.56% | 0.73% | - |
| XYZ | 16.17 | 13.12 | 48.14 | - |
| YUV | 100.01 | 176.52 | 114.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 93 | 186 | 0.56 | 0.5 | 0 | 0.27 | 233.14 | 0.43 | 0.52 |
| Hex | 51 | 5D | BA | 38 | 32 | 0 | 1B | E9 | 2B | 34 |
| Octal | 121 | 135 | 272 | 70 | 62 | 0 | 33 | 351 | 53 | 64 |
| Binary | 1010001 | 1011101 | 10111010 | 111000 | 110010 | 0 | 11011 | 11101001 | 101011 | 110100 |
Color Harmonies of #515DBA
Complementary color
Monochromatic Colors of #515DBA
Black with #515DBA
Text Example
Text Example
White with #515DBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #515DBA; }
p { color: rgb(81,93,186); }
H1.HeaderClassName
{
color: #515DBA;
}
.AnyTagClassName
{
color: #515DBA;
}
</style>
background-color css
<style>
a { background-color: #515DBA; }
a { background-color: rgb(81,93,186); }
div.DivClassName
{
background-color: #515DBA;
}
.BgClassName
{
background-color: #515DBA;
}
</style>
border-color css
<style>
span { border-color: #515DBA; }
span { border-color: rgb(81,93,186); }
td.TdClassName
{
border-color: #515DBA;
}
.TagClassName
{
border-color: #515DBA;
}
</style>