Shades of Rich Blue #515DB4
Tints of Rich Blue #515DB4
RGB
CMYK
RGB Variations
Color information
#515DB4 (or 0x515DB4) is known color: Rich Blue. HEX triplet: 51, 5D and B4. RGB value is (81,93,180). Sum of RGB (Red+Green+Blue) = 81+93+180=354 (46% of max value = 765). Red value is 81 (32.03% from 255 or 22.88% from 354); Green value is 93 (36.72% from 255 or 26.27% from 354); Blue value is 180 (70.70% from 255 or 50.85% from 354); Max value from RGB is 180 - color contains mainly: blue. Hex color #515DB4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #515DB4 is #AEA24B. Grayscale: #626262. Windows color (decimal): -11444812 or 11820369. OLE color: 11820369.
HSL color Cylindrical-coordinate representation of color #515DB4: hue angle of 232.73º 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 #515DB4 is Cyan = 0.55, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 81 | 93 | 180 | - |
| CMYK | 0.55 | 0.48 | 0 | 0.29 |
| HSL | 232.73º | 0.4% | 0.51% | - |
| HSV(B) | 232.73º | 0.55% | 0.71% | - |
| XYZ | 15.55 | 12.87 | 44.85 | - |
| YUV | 99.33 | 173.52 | 114.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 93 | 180 | 0.55 | 0.48 | 0 | 0.29 | 232.73 | 0.4 | 0.51 |
| Hex | 51 | 5D | B4 | 37 | 30 | 0 | 1D | E9 | 28 | 33 |
| Octal | 121 | 135 | 264 | 67 | 60 | 0 | 35 | 351 | 50 | 63 |
| Binary | 1010001 | 1011101 | 10110100 | 110111 | 110000 | 0 | 11101 | 11101001 | 101000 | 110011 |
Color Harmonies of #515DB4
Complementary color
Monochromatic Colors of #515DB4
Black with #515DB4
Text Example
Text Example
White with #515DB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #515DB4; }
p { color: rgb(81,93,180); }
H1.HeaderClassName
{
color: #515DB4;
}
.AnyTagClassName
{
color: #515DB4;
}
</style>
background-color css
<style>
a { background-color: #515DB4; }
a { background-color: rgb(81,93,180); }
div.DivClassName
{
background-color: #515DB4;
}
.BgClassName
{
background-color: #515DB4;
}
</style>
border-color css
<style>
span { border-color: #515DB4; }
span { border-color: rgb(81,93,180); }
td.TdClassName
{
border-color: #515DB4;
}
.TagClassName
{
border-color: #515DB4;
}
</style>