Shades of Rich Blue #515BB4
Tints of Rich Blue #515BB4
RGB
CMYK
RGB Variations
Color information
#515BB4 (or 0x515BB4) is known color: Rich Blue. HEX triplet: 51, 5B and B4. RGB value is (81,91,180). Sum of RGB (Red+Green+Blue) = 81+91+180=352 (46% of max value = 765). Red value is 81 (32.03% from 255 or 23.01% from 352); Green value is 91 (35.94% from 255 or 25.85% from 352); Blue value is 180 (70.70% from 255 or 51.14% from 352); Max value from RGB is 180 - color contains mainly: blue. Hex color #515BB4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #515BB4 is #AEA44B. Grayscale: #616161. Windows color (decimal): -11445324 or 11819857. OLE color: 11819857.
HSL color Cylindrical-coordinate representation of color #515BB4: hue angle of 233.94º degrees, saturation: 0.4, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #515BB4 is Cyan = 0.55, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 81 | 91 | 180 | - |
| CMYK | 0.55 | 0.49 | 0 | 0.29 |
| HSL | 233.94º | 0.4% | 0.51% | - |
| HSV(B) | 233.94º | 0.55% | 0.71% | - |
| XYZ | 15.37 | 12.53 | 44.79 | - |
| YUV | 98.16 | 174.19 | 115.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 91 | 180 | 0.55 | 0.49 | 0 | 0.29 | 233.94 | 0.4 | 0.51 |
| Hex | 51 | 5B | B4 | 37 | 31 | 0 | 1D | EA | 28 | 33 |
| Octal | 121 | 133 | 264 | 67 | 61 | 0 | 35 | 352 | 50 | 63 |
| Binary | 1010001 | 1011011 | 10110100 | 110111 | 110001 | 0 | 11101 | 11101010 | 101000 | 110011 |
Color Harmonies of #515BB4
Complementary color
Monochromatic Colors of #515BB4
Black with #515BB4
Text Example
Text Example
White with #515BB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #515BB4; }
p { color: rgb(81,91,180); }
H1.HeaderClassName
{
color: #515BB4;
}
.AnyTagClassName
{
color: #515BB4;
}
</style>
background-color css
<style>
a { background-color: #515BB4; }
a { background-color: rgb(81,91,180); }
div.DivClassName
{
background-color: #515BB4;
}
.BgClassName
{
background-color: #515BB4;
}
</style>
border-color css
<style>
span { border-color: #515BB4; }
span { border-color: rgb(81,91,180); }
td.TdClassName
{
border-color: #515BB4;
}
.TagClassName
{
border-color: #515BB4;
}
</style>