Shades of Rich Blue #515DA8
Tints of Rich Blue #515DA8
RGB
CMYK
RGB Variations
Color information
#515DA8 (or 0x515DA8) is known color: Rich Blue. HEX triplet: 51, 5D and A8. RGB value is (81,93,168). Sum of RGB (Red+Green+Blue) = 81+93+168=342 (45% of max value = 765). Red value is 81 (32.03% from 255 or 23.68% from 342); Green value is 93 (36.72% from 255 or 27.19% from 342); Blue value is 168 (66.02% from 255 or 49.12% from 342); Max value from RGB is 168 - color contains mainly: blue. Hex color #515DA8 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #515DA8 is #AEA257. Grayscale: #616161. Windows color (decimal): -11444824 or 11033937. OLE color: 11033937.
HSL color Cylindrical-coordinate representation of color #515DA8: hue angle of 231.72º degrees, saturation: 0.35, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #515DA8 is Cyan = 0.52, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 81 | 93 | 168 | - |
| CMYK | 0.52 | 0.45 | 0 | 0.34 |
| HSL | 231.72º | 0.35% | 0.49% | - |
| HSV(B) | 231.72º | 0.52% | 0.66% | - |
| XYZ | 14.38 | 12.41 | 38.68 | - |
| YUV | 97.96 | 167.52 | 115.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 93 | 168 | 0.52 | 0.45 | 0 | 0.34 | 231.72 | 0.35 | 0.49 |
| Hex | 51 | 5D | A8 | 34 | 2D | 0 | 22 | E8 | 23 | 31 |
| Octal | 121 | 135 | 250 | 64 | 55 | 0 | 42 | 350 | 43 | 61 |
| Binary | 1010001 | 1011101 | 10101000 | 110100 | 101101 | 0 | 100010 | 11101000 | 100011 | 110001 |
Color Harmonies of #515DA8
Complementary color
Monochromatic Colors of #515DA8
Black with #515DA8
Text Example
Text Example
White with #515DA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #515DA8; }
p { color: rgb(81,93,168); }
H1.HeaderClassName
{
color: #515DA8;
}
.AnyTagClassName
{
color: #515DA8;
}
</style>
background-color css
<style>
a { background-color: #515DA8; }
a { background-color: rgb(81,93,168); }
div.DivClassName
{
background-color: #515DA8;
}
.BgClassName
{
background-color: #515DA8;
}
</style>
border-color css
<style>
span { border-color: #515DA8; }
span { border-color: rgb(81,93,168); }
td.TdClassName
{
border-color: #515DA8;
}
.TagClassName
{
border-color: #515DA8;
}
</style>