Shades of Rich Blue #514ABC
Tints of Rich Blue #514ABC
RGB
CMYK
RGB Variations
Color information
#514ABC (or 0x514ABC) is known color: Rich Blue. HEX triplet: 51, 4A and BC. RGB value is (81,74,188). Sum of RGB (Red+Green+Blue) = 81+74+188=343 (45% of max value = 765). Red value is 81 (32.03% from 255 or 23.62% from 343); Green value is 74 (29.30% from 255 or 21.57% from 343); Blue value is 188 (73.83% from 255 or 54.81% from 343); Max value from RGB is 188 - color contains mainly: blue. Hex color #514ABC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #514ABC is #AEB543. Grayscale: #585858. Windows color (decimal): -11449668 or 12339793. OLE color: 12339793.
HSL color Cylindrical-coordinate representation of color #514ABC: hue angle of 243.68º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #514ABC is Cyan = 0.57, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 81 | 74 | 188 | - |
| CMYK | 0.57 | 0.61 | 0 | 0.26 |
| HSL | 243.68º | 0.46% | 0.51% | - |
| HSV(B) | 243.68º | 0.61% | 0.74% | - |
| XYZ | 14.92 | 10.28 | 48.77 | - |
| YUV | 89.09 | 183.82 | 122.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 74 | 188 | 0.57 | 0.61 | 0 | 0.26 | 243.68 | 0.46 | 0.51 |
| Hex | 51 | 4A | BC | 39 | 3D | 0 | 1A | F4 | 2E | 33 |
| Octal | 121 | 112 | 274 | 71 | 75 | 0 | 32 | 364 | 56 | 63 |
| Binary | 1010001 | 1001010 | 10111100 | 111001 | 111101 | 0 | 11010 | 11110100 | 101110 | 110011 |
Color Harmonies of #514ABC
Complementary color
Monochromatic Colors of #514ABC
Black with #514ABC
Text Example
Text Example
White with #514ABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #514ABC; }
p { color: rgb(81,74,188); }
H1.HeaderClassName
{
color: #514ABC;
}
.AnyTagClassName
{
color: #514ABC;
}
</style>
background-color css
<style>
a { background-color: #514ABC; }
a { background-color: rgb(81,74,188); }
div.DivClassName
{
background-color: #514ABC;
}
.BgClassName
{
background-color: #514ABC;
}
</style>
border-color css
<style>
span { border-color: #514ABC; }
span { border-color: rgb(81,74,188); }
td.TdClassName
{
border-color: #514ABC;
}
.TagClassName
{
border-color: #514ABC;
}
</style>