Shades of Rich Blue #514BBC
Tints of Rich Blue #514BBC
RGB
CMYK
RGB Variations
Color information
#514BBC (or 0x514BBC) is known color: Rich Blue. HEX triplet: 51, 4B and BC. RGB value is (81,75,188). Sum of RGB (Red+Green+Blue) = 81+75+188=344 (45% of max value = 765). Red value is 81 (32.03% from 255 or 23.55% from 344); Green value is 75 (29.69% from 255 or 21.80% from 344); Blue value is 188 (73.83% from 255 or 54.65% from 344); Max value from RGB is 188 - color contains mainly: blue. Hex color #514BBC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #514BBC is #AEB443. Grayscale: #595959. Windows color (decimal): -11449412 or 12340049. OLE color: 12340049.
HSL color Cylindrical-coordinate representation of color #514BBC: hue angle of 243.19º degrees, saturation: 0.46, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #514BBC is Cyan = 0.57, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 81 | 75 | 188 | - |
| CMYK | 0.57 | 0.60 | 0 | 0.26 |
| HSL | 243.19º | 0.46% | 0.52% | - |
| HSV(B) | 243.19º | 0.6% | 0.74% | - |
| XYZ | 14.99 | 10.41 | 48.8 | - |
| YUV | 89.68 | 183.49 | 121.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 75 | 188 | 0.57 | 0.60 | 0 | 0.26 | 243.19 | 0.46 | 0.52 |
| Hex | 51 | 4B | BC | 39 | 3C | 0 | 1A | F3 | 2E | 34 |
| Octal | 121 | 113 | 274 | 71 | 74 | 0 | 32 | 363 | 56 | 64 |
| Binary | 1010001 | 1001011 | 10111100 | 111001 | 111100 | 0 | 11010 | 11110011 | 101110 | 110100 |
Color Harmonies of #514BBC
Complementary color
Monochromatic Colors of #514BBC
Black with #514BBC
Text Example
Text Example
White with #514BBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #514BBC; }
p { color: rgb(81,75,188); }
H1.HeaderClassName
{
color: #514BBC;
}
.AnyTagClassName
{
color: #514BBC;
}
</style>
background-color css
<style>
a { background-color: #514BBC; }
a { background-color: rgb(81,75,188); }
div.DivClassName
{
background-color: #514BBC;
}
.BgClassName
{
background-color: #514BBC;
}
</style>
border-color css
<style>
span { border-color: #514BBC; }
span { border-color: rgb(81,75,188); }
td.TdClassName
{
border-color: #514BBC;
}
.TagClassName
{
border-color: #514BBC;
}
</style>