Shades of Rich Blue #514BB2
Tints of Rich Blue #514BB2
RGB
CMYK
RGB Variations
Color information
#514BB2 (or 0x514BB2) is known color: Rich Blue. HEX triplet: 51, 4B and B2. RGB value is (81,75,178). Sum of RGB (Red+Green+Blue) = 81+75+178=334 (44% of max value = 765). Red value is 81 (32.03% from 255 or 24.25% from 334); Green value is 75 (29.69% from 255 or 22.46% from 334); Blue value is 178 (69.92% from 255 or 53.29% from 334); Max value from RGB is 178 - color contains mainly: blue. Hex color #514BB2 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #514BB2 is #AEB44D. Grayscale: #585858. Windows color (decimal): -11449422 or 11684689. OLE color: 11684689.
HSL color Cylindrical-coordinate representation of color #514BB2: hue angle of 243.5º degrees, saturation: 0.41, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #514BB2 is Cyan = 0.54, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 81 | 75 | 178 | - |
| CMYK | 0.54 | 0.58 | 0 | 0.30 |
| HSL | 243.5º | 0.41% | 0.5% | - |
| HSV(B) | 243.5º | 0.58% | 0.7% | - |
| XYZ | 13.95 | 10 | 43.31 | - |
| YUV | 88.54 | 178.49 | 122.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 75 | 178 | 0.54 | 0.58 | 0 | 0.30 | 243.5 | 0.41 | 0.5 |
| Hex | 51 | 4B | B2 | 36 | 3A | 0 | 1E | F3 | 29 | 32 |
| Octal | 121 | 113 | 262 | 66 | 72 | 0 | 36 | 363 | 51 | 62 |
| Binary | 1010001 | 1001011 | 10110010 | 110110 | 111010 | 0 | 11110 | 11110011 | 101001 | 110010 |
Color Harmonies of #514BB2
Complementary color
Monochromatic Colors of #514BB2
Black with #514BB2
Text Example
Text Example
White with #514BB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #514BB2; }
p { color: rgb(81,75,178); }
H1.HeaderClassName
{
color: #514BB2;
}
.AnyTagClassName
{
color: #514BB2;
}
</style>
background-color css
<style>
a { background-color: #514BB2; }
a { background-color: rgb(81,75,178); }
div.DivClassName
{
background-color: #514BB2;
}
.BgClassName
{
background-color: #514BB2;
}
</style>
border-color css
<style>
span { border-color: #514BB2; }
span { border-color: rgb(81,75,178); }
td.TdClassName
{
border-color: #514BB2;
}
.TagClassName
{
border-color: #514BB2;
}
</style>