Shades of Rich Blue #515DB1
Tints of Rich Blue #515DB1
RGB
CMYK
RGB Variations
Color information
#515DB1 (or 0x515DB1) is known color: Rich Blue. HEX triplet: 51, 5D and B1. RGB value is (81,93,177). Sum of RGB (Red+Green+Blue) = 81+93+177=351 (46% of max value = 765). Red value is 81 (32.03% from 255 or 23.08% from 351); Green value is 93 (36.72% from 255 or 26.50% from 351); Blue value is 177 (69.53% from 255 or 50.43% from 351); Max value from RGB is 177 - color contains mainly: blue. Hex color #515DB1 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #515DB1 is #AEA24E. Grayscale: #626262. Windows color (decimal): -11444815 or 11623761. OLE color: 11623761.
HSL color Cylindrical-coordinate representation of color #515DB1: hue angle of 232.5º degrees, saturation: 0.38, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #515DB1 is Cyan = 0.54, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 81 | 93 | 177 | - |
| CMYK | 0.54 | 0.47 | 0 | 0.31 |
| HSL | 232.5º | 0.38% | 0.51% | - |
| HSV(B) | 232.5º | 0.54% | 0.69% | - |
| XYZ | 15.24 | 12.75 | 43.25 | - |
| YUV | 98.99 | 172.02 | 115.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 93 | 177 | 0.54 | 0.47 | 0 | 0.31 | 232.5 | 0.38 | 0.51 |
| Hex | 51 | 5D | B1 | 36 | 2F | 0 | 1F | E8 | 26 | 33 |
| Octal | 121 | 135 | 261 | 66 | 57 | 0 | 37 | 350 | 46 | 63 |
| Binary | 1010001 | 1011101 | 10110001 | 110110 | 101111 | 0 | 11111 | 11101000 | 100110 | 110011 |
Color Harmonies of #515DB1
Complementary color
Monochromatic Colors of #515DB1
Black with #515DB1
Text Example
Text Example
White with #515DB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #515DB1; }
p { color: rgb(81,93,177); }
H1.HeaderClassName
{
color: #515DB1;
}
.AnyTagClassName
{
color: #515DB1;
}
</style>
background-color css
<style>
a { background-color: #515DB1; }
a { background-color: rgb(81,93,177); }
div.DivClassName
{
background-color: #515DB1;
}
.BgClassName
{
background-color: #515DB1;
}
</style>
border-color css
<style>
span { border-color: #515DB1; }
span { border-color: rgb(81,93,177); }
td.TdClassName
{
border-color: #515DB1;
}
.TagClassName
{
border-color: #515DB1;
}
</style>