Shades of Rich Blue #515FBA
Tints of Rich Blue #515FBA
RGB
CMYK
RGB Variations
Color information
#515FBA (or 0x515FBA) is known color: Rich Blue. HEX triplet: 51, 5F and BA. RGB value is (81,95,186). Sum of RGB (Red+Green+Blue) = 81+95+186=362 (47% of max value = 765). Red value is 81 (32.03% from 255 or 22.38% from 362); Green value is 95 (37.5% from 255 or 26.24% from 362); Blue value is 186 (73.05% from 255 or 51.38% from 362); Max value from RGB is 186 - color contains mainly: blue. Hex color #515FBA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #515FBA is #AEA045. Grayscale: #646464. Windows color (decimal): -11444294 or 12214097. OLE color: 12214097.
HSL color Cylindrical-coordinate representation of color #515FBA: hue angle of 232º degrees, saturation: 0.43, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #515FBA is Cyan = 0.56, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 81 | 95 | 186 | - |
| CMYK | 0.56 | 0.49 | 0 | 0.27 |
| HSL | 232º | 0.43% | 0.52% | - |
| HSV(B) | 232º | 0.56% | 0.73% | - |
| XYZ | 16.35 | 13.48 | 48.19 | - |
| YUV | 101.19 | 175.86 | 113.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 95 | 186 | 0.56 | 0.49 | 0 | 0.27 | 232 | 0.43 | 0.52 |
| Hex | 51 | 5F | BA | 38 | 31 | 0 | 1B | E8 | 2B | 34 |
| Octal | 121 | 137 | 272 | 70 | 61 | 0 | 33 | 350 | 53 | 64 |
| Binary | 1010001 | 1011111 | 10111010 | 111000 | 110001 | 0 | 11011 | 11101000 | 101011 | 110100 |
Color Harmonies of #515FBA
Complementary color
Monochromatic Colors of #515FBA
Black with #515FBA
Text Example
Text Example
White with #515FBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #515FBA; }
p { color: rgb(81,95,186); }
H1.HeaderClassName
{
color: #515FBA;
}
.AnyTagClassName
{
color: #515FBA;
}
</style>
background-color css
<style>
a { background-color: #515FBA; }
a { background-color: rgb(81,95,186); }
div.DivClassName
{
background-color: #515FBA;
}
.BgClassName
{
background-color: #515FBA;
}
</style>
border-color css
<style>
span { border-color: #515FBA; }
span { border-color: rgb(81,95,186); }
td.TdClassName
{
border-color: #515FBA;
}
.TagClassName
{
border-color: #515FBA;
}
</style>