Shades of Rich Blue #5145B3
Tints of Rich Blue #5145B3
RGB
CMYK
RGB Variations
Color information
#5145B3 (or 0x5145B3) is known color: Rich Blue. HEX triplet: 51, 45 and B3. RGB value is (81,69,179). Sum of RGB (Red+Green+Blue) = 81+69+179=329 (43% of max value = 765). Red value is 81 (32.03% from 255 or 24.62% from 329); Green value is 69 (27.34% from 255 or 20.97% from 329); Blue value is 179 (70.31% from 255 or 54.41% from 329); Max value from RGB is 179 - color contains mainly: blue. Hex color #5145B3 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5145B3 is #AEBA4C. Grayscale: #545454. Windows color (decimal): -11450957 or 11748689. OLE color: 11748689.
HSL color Cylindrical-coordinate representation of color #5145B3: hue angle of 246.55º degrees, saturation: 0.44, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5145B3 is Cyan = 0.55, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 81 | 69 | 179 | - |
| CMYK | 0.55 | 0.61 | 0 | 0.30 |
| HSL | 246.55º | 0.44% | 0.49% | - |
| HSV(B) | 246.55º | 0.61% | 0.7% | - |
| XYZ | 13.66 | 9.26 | 43.72 | - |
| YUV | 85.13 | 180.98 | 125.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 69 | 179 | 0.55 | 0.61 | 0 | 0.30 | 246.55 | 0.44 | 0.49 |
| Hex | 51 | 45 | B3 | 37 | 3D | 0 | 1E | F7 | 2C | 31 |
| Octal | 121 | 105 | 263 | 67 | 75 | 0 | 36 | 367 | 54 | 61 |
| Binary | 1010001 | 1000101 | 10110011 | 110111 | 111101 | 0 | 11110 | 11110111 | 101100 | 110001 |
Color Harmonies of #5145B3
Complementary color
Monochromatic Colors of #5145B3
Black with #5145B3
Text Example
Text Example
White with #5145B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5145B3; }
p { color: rgb(81,69,179); }
H1.HeaderClassName
{
color: #5145B3;
}
.AnyTagClassName
{
color: #5145B3;
}
</style>
background-color css
<style>
a { background-color: #5145B3; }
a { background-color: rgb(81,69,179); }
div.DivClassName
{
background-color: #5145B3;
}
.BgClassName
{
background-color: #5145B3;
}
</style>
border-color css
<style>
span { border-color: #5145B3; }
span { border-color: rgb(81,69,179); }
td.TdClassName
{
border-color: #5145B3;
}
.TagClassName
{
border-color: #5145B3;
}
</style>