Shades of Rich Blue #515DB2
Tints of Rich Blue #515DB2
RGB
CMYK
RGB Variations
Color information
#515DB2 (or 0x515DB2) is known color: Rich Blue. HEX triplet: 51, 5D and B2. RGB value is (81,93,178). Sum of RGB (Red+Green+Blue) = 81+93+178=352 (46% of max value = 765). Red value is 81 (32.03% from 255 or 23.01% from 352); Green value is 93 (36.72% from 255 or 26.42% from 352); Blue value is 178 (69.92% from 255 or 50.57% from 352); Max value from RGB is 178 - color contains mainly: blue. Hex color #515DB2 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #515DB2 is #AEA24D. Grayscale: #626262. Windows color (decimal): -11444814 or 11689297. OLE color: 11689297.
HSL color Cylindrical-coordinate representation of color #515DB2: hue angle of 232.58º degrees, saturation: 0.39, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #515DB2 is Cyan = 0.54, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 81 | 93 | 178 | - |
| CMYK | 0.54 | 0.48 | 0 | 0.30 |
| HSL | 232.58º | 0.39% | 0.51% | - |
| HSV(B) | 232.58º | 0.54% | 0.7% | - |
| XYZ | 15.34 | 12.79 | 43.78 | - |
| YUV | 99.1 | 172.52 | 115.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 93 | 178 | 0.54 | 0.48 | 0 | 0.30 | 232.58 | 0.39 | 0.51 |
| Hex | 51 | 5D | B2 | 36 | 30 | 0 | 1E | E9 | 27 | 33 |
| Octal | 121 | 135 | 262 | 66 | 60 | 0 | 36 | 351 | 47 | 63 |
| Binary | 1010001 | 1011101 | 10110010 | 110110 | 110000 | 0 | 11110 | 11101001 | 100111 | 110011 |
Color Harmonies of #515DB2
Complementary color
Monochromatic Colors of #515DB2
Black with #515DB2
Text Example
Text Example
White with #515DB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #515DB2; }
p { color: rgb(81,93,178); }
H1.HeaderClassName
{
color: #515DB2;
}
.AnyTagClassName
{
color: #515DB2;
}
</style>
background-color css
<style>
a { background-color: #515DB2; }
a { background-color: rgb(81,93,178); }
div.DivClassName
{
background-color: #515DB2;
}
.BgClassName
{
background-color: #515DB2;
}
</style>
border-color css
<style>
span { border-color: #515DB2; }
span { border-color: rgb(81,93,178); }
td.TdClassName
{
border-color: #515DB2;
}
.TagClassName
{
border-color: #515DB2;
}
</style>