Shades of Rich Blue #515BBA
Tints of Rich Blue #515BBA
RGB
CMYK
RGB Variations
Color information
#515BBA (or 0x515BBA) is known color: Rich Blue. HEX triplet: 51, 5B and BA. RGB value is (81,91,186). Sum of RGB (Red+Green+Blue) = 81+91+186=358 (47% of max value = 765). Red value is 81 (32.03% from 255 or 22.63% from 358); Green value is 91 (35.94% from 255 or 25.42% from 358); Blue value is 186 (73.05% from 255 or 51.96% from 358); Max value from RGB is 186 - color contains mainly: blue. Hex color #515BBA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #515BBA is #AEA445. Grayscale: #626262. Windows color (decimal): -11445318 or 12213073. OLE color: 12213073.
HSL color Cylindrical-coordinate representation of color #515BBA: hue angle of 234.29º 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 #515BBA is Cyan = 0.56, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 81 | 91 | 186 | - |
| CMYK | 0.56 | 0.51 | 0 | 0.27 |
| HSL | 234.29º | 0.43% | 0.52% | - |
| HSV(B) | 234.29º | 0.56% | 0.73% | - |
| XYZ | 16 | 12.78 | 48.08 | - |
| YUV | 98.84 | 177.19 | 115.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 91 | 186 | 0.56 | 0.51 | 0 | 0.27 | 234.29 | 0.43 | 0.52 |
| Hex | 51 | 5B | BA | 38 | 33 | 0 | 1B | EA | 2B | 34 |
| Octal | 121 | 133 | 272 | 70 | 63 | 0 | 33 | 352 | 53 | 64 |
| Binary | 1010001 | 1011011 | 10111010 | 111000 | 110011 | 0 | 11011 | 11101010 | 101011 | 110100 |
Color Harmonies of #515BBA
Complementary color
Monochromatic Colors of #515BBA
Black with #515BBA
Text Example
Text Example
White with #515BBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #515BBA; }
p { color: rgb(81,91,186); }
H1.HeaderClassName
{
color: #515BBA;
}
.AnyTagClassName
{
color: #515BBA;
}
</style>
background-color css
<style>
a { background-color: #515BBA; }
a { background-color: rgb(81,91,186); }
div.DivClassName
{
background-color: #515BBA;
}
.BgClassName
{
background-color: #515BBA;
}
</style>
border-color css
<style>
span { border-color: #515BBA; }
span { border-color: rgb(81,91,186); }
td.TdClassName
{
border-color: #515BBA;
}
.TagClassName
{
border-color: #515BBA;
}
</style>