Shades of Rich Blue #515CB1
Tints of Rich Blue #515CB1
RGB
CMYK
RGB Variations
Color information
#515CB1 (or 0x515CB1) is known color: Rich Blue. HEX triplet: 51, 5C and B1. RGB value is (81,92,177). Sum of RGB (Red+Green+Blue) = 81+92+177=350 (46% of max value = 765). Red value is 81 (32.03% from 255 or 23.14% from 350); Green value is 92 (36.33% from 255 or 26.29% from 350); Blue value is 177 (69.53% from 255 or 50.57% from 350); Max value from RGB is 177 - color contains mainly: blue. Hex color #515CB1 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #515CB1 is #AEA34E. Grayscale: #626262. Windows color (decimal): -11445071 or 11623505. OLE color: 11623505.
HSL color Cylindrical-coordinate representation of color #515CB1: hue angle of 233.12º 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 #515CB1 is Cyan = 0.54, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 81 | 92 | 177 | - |
| CMYK | 0.54 | 0.48 | 0 | 0.31 |
| HSL | 233.13º | 0.38% | 0.51% | - |
| HSV(B) | 233.13º | 0.54% | 0.69% | - |
| XYZ | 15.16 | 12.58 | 43.22 | - |
| YUV | 98.4 | 172.36 | 115.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 92 | 177 | 0.54 | 0.48 | 0 | 0.31 | 233.13 | 0.38 | 0.51 |
| Hex | 51 | 5C | B1 | 36 | 30 | 0 | 1F | E9 | 26 | 33 |
| Octal | 121 | 134 | 261 | 66 | 60 | 0 | 37 | 351 | 46 | 63 |
| Binary | 1010001 | 1011100 | 10110001 | 110110 | 110000 | 0 | 11111 | 11101001 | 100110 | 110011 |
Color Harmonies of #515CB1
Complementary color
Monochromatic Colors of #515CB1
Black with #515CB1
Text Example
Text Example
White with #515CB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #515CB1; }
p { color: rgb(81,92,177); }
H1.HeaderClassName
{
color: #515CB1;
}
.AnyTagClassName
{
color: #515CB1;
}
</style>
background-color css
<style>
a { background-color: #515CB1; }
a { background-color: rgb(81,92,177); }
div.DivClassName
{
background-color: #515CB1;
}
.BgClassName
{
background-color: #515CB1;
}
</style>
border-color css
<style>
span { border-color: #515CB1; }
span { border-color: rgb(81,92,177); }
td.TdClassName
{
border-color: #515CB1;
}
.TagClassName
{
border-color: #515CB1;
}
</style>