Shades of Rich Blue #515AB9
Tints of Rich Blue #515AB9
RGB
CMYK
RGB Variations
Color information
#515AB9 (or 0x515AB9) is known color: Rich Blue. HEX triplet: 51, 5A and B9. RGB value is (81,90,185). Sum of RGB (Red+Green+Blue) = 81+90+185=356 (47% of max value = 765). Red value is 81 (32.03% from 255 or 22.75% from 356); Green value is 90 (35.55% from 255 or 25.28% from 356); Blue value is 185 (72.66% from 255 or 51.97% from 356); Max value from RGB is 185 - color contains mainly: blue. Hex color #515AB9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #515AB9 is #AEA546. Grayscale: #616161. Windows color (decimal): -11445575 or 12147281. OLE color: 12147281.
HSL color Cylindrical-coordinate representation of color #515AB9: hue angle of 234.81º 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 #515AB9 is Cyan = 0.56, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 81 | 90 | 185 | - |
| CMYK | 0.56 | 0.51 | 0 | 0.27 |
| HSL | 234.81º | 0.43% | 0.52% | - |
| HSV(B) | 234.81º | 0.56% | 0.73% | - |
| XYZ | 15.81 | 12.56 | 47.49 | - |
| YUV | 98.14 | 177.02 | 115.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 90 | 185 | 0.56 | 0.51 | 0 | 0.27 | 234.81 | 0.43 | 0.52 |
| Hex | 51 | 5A | B9 | 38 | 33 | 0 | 1B | EB | 2B | 34 |
| Octal | 121 | 132 | 271 | 70 | 63 | 0 | 33 | 353 | 53 | 64 |
| Binary | 1010001 | 1011010 | 10111001 | 111000 | 110011 | 0 | 11011 | 11101011 | 101011 | 110100 |
Color Harmonies of #515AB9
Complementary color
Monochromatic Colors of #515AB9
Black with #515AB9
Text Example
Text Example
White with #515AB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #515AB9; }
p { color: rgb(81,90,185); }
H1.HeaderClassName
{
color: #515AB9;
}
.AnyTagClassName
{
color: #515AB9;
}
</style>
background-color css
<style>
a { background-color: #515AB9; }
a { background-color: rgb(81,90,185); }
div.DivClassName
{
background-color: #515AB9;
}
.BgClassName
{
background-color: #515AB9;
}
</style>
border-color css
<style>
span { border-color: #515AB9; }
span { border-color: rgb(81,90,185); }
td.TdClassName
{
border-color: #515AB9;
}
.TagClassName
{
border-color: #515AB9;
}
</style>