Shades of Rich Blue #515DB5
Tints of Rich Blue #515DB5
RGB
CMYK
RGB Variations
Color information
#515DB5 (or 0x515DB5) is known color: Rich Blue. HEX triplet: 51, 5D and B5. RGB value is (81,93,181). Sum of RGB (Red+Green+Blue) = 81+93+181=355 (47% of max value = 765). Red value is 81 (32.03% from 255 or 22.82% from 355); Green value is 93 (36.72% from 255 or 26.20% from 355); Blue value is 181 (71.09% from 255 or 50.99% from 355); Max value from RGB is 181 - color contains mainly: blue. Hex color #515DB5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #515DB5 is #AEA24A. Grayscale: #636363. Windows color (decimal): -11444811 or 11885905. OLE color: 11885905.
HSL color Cylindrical-coordinate representation of color #515DB5: hue angle of 232.8º degrees, saturation: 0.4, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #515DB5 is Cyan = 0.55, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 81 | 93 | 181 | - |
| CMYK | 0.55 | 0.49 | 0 | 0.29 |
| HSL | 232.8º | 0.4% | 0.51% | - |
| HSV(B) | 232.8º | 0.55% | 0.71% | - |
| XYZ | 15.65 | 12.91 | 45.38 | - |
| YUV | 99.44 | 174.02 | 114.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 93 | 181 | 0.55 | 0.49 | 0 | 0.29 | 232.8 | 0.4 | 0.51 |
| Hex | 51 | 5D | B5 | 37 | 31 | 0 | 1D | E9 | 28 | 33 |
| Octal | 121 | 135 | 265 | 67 | 61 | 0 | 35 | 351 | 50 | 63 |
| Binary | 1010001 | 1011101 | 10110101 | 110111 | 110001 | 0 | 11101 | 11101001 | 101000 | 110011 |
Color Harmonies of #515DB5
Complementary color
Monochromatic Colors of #515DB5
Black with #515DB5
Text Example
Text Example
White with #515DB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #515DB5; }
p { color: rgb(81,93,181); }
H1.HeaderClassName
{
color: #515DB5;
}
.AnyTagClassName
{
color: #515DB5;
}
</style>
background-color css
<style>
a { background-color: #515DB5; }
a { background-color: rgb(81,93,181); }
div.DivClassName
{
background-color: #515DB5;
}
.BgClassName
{
background-color: #515DB5;
}
</style>
border-color css
<style>
span { border-color: #515DB5; }
span { border-color: rgb(81,93,181); }
td.TdClassName
{
border-color: #515DB5;
}
.TagClassName
{
border-color: #515DB5;
}
</style>