Shades of Rich Blue #515AB1
Tints of Rich Blue #515AB1
RGB
CMYK
RGB Variations
Color information
#515AB1 (or 0x515AB1) is known color: Rich Blue. HEX triplet: 51, 5A and B1. RGB value is (81,90,177). Sum of RGB (Red+Green+Blue) = 81+90+177=348 (46% of max value = 765). Red value is 81 (32.03% from 255 or 23.28% from 348); Green value is 90 (35.55% from 255 or 25.86% from 348); Blue value is 177 (69.53% from 255 or 50.86% from 348); Max value from RGB is 177 - color contains mainly: blue. Hex color #515AB1 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #515AB1 is #AEA54E. Grayscale: #606060. Windows color (decimal): -11445583 or 11622993. OLE color: 11622993.
HSL color Cylindrical-coordinate representation of color #515AB1: hue angle of 234.38º degrees, saturation: 0.38, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #515AB1 is Cyan = 0.54, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 81 | 90 | 177 | - |
| CMYK | 0.54 | 0.49 | 0 | 0.31 |
| HSL | 234.38º | 0.38% | 0.51% | - |
| HSV(B) | 234.38º | 0.54% | 0.69% | - |
| XYZ | 14.99 | 12.24 | 43.17 | - |
| YUV | 97.23 | 173.02 | 116.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 90 | 177 | 0.54 | 0.49 | 0 | 0.31 | 234.38 | 0.38 | 0.51 |
| Hex | 51 | 5A | B1 | 36 | 31 | 0 | 1F | EA | 26 | 33 |
| Octal | 121 | 132 | 261 | 66 | 61 | 0 | 37 | 352 | 46 | 63 |
| Binary | 1010001 | 1011010 | 10110001 | 110110 | 110001 | 0 | 11111 | 11101010 | 100110 | 110011 |
Color Harmonies of #515AB1
Complementary color
Monochromatic Colors of #515AB1
Black with #515AB1
Text Example
Text Example
White with #515AB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #515AB1; }
p { color: rgb(81,90,177); }
H1.HeaderClassName
{
color: #515AB1;
}
.AnyTagClassName
{
color: #515AB1;
}
</style>
background-color css
<style>
a { background-color: #515AB1; }
a { background-color: rgb(81,90,177); }
div.DivClassName
{
background-color: #515AB1;
}
.BgClassName
{
background-color: #515AB1;
}
</style>
border-color css
<style>
span { border-color: #515AB1; }
span { border-color: rgb(81,90,177); }
td.TdClassName
{
border-color: #515AB1;
}
.TagClassName
{
border-color: #515AB1;
}
</style>