Shades of Rich Blue #5153BD
Tints of Rich Blue #5153BD
RGB
CMYK
RGB Variations
Color information
#5153BD (or 0x5153BD) is known color: Rich Blue. HEX triplet: 51, 53 and BD. RGB value is (81,83,189). Sum of RGB (Red+Green+Blue) = 81+83+189=353 (46% of max value = 765). Red value is 81 (32.03% from 255 or 22.95% from 353); Green value is 83 (32.81% from 255 or 23.51% from 353); Blue value is 189 (74.22% from 255 or 53.54% from 353); Max value from RGB is 189 - color contains mainly: blue. Hex color #5153BD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5153BD is #AEAC42. Grayscale: #5E5E5E. Windows color (decimal): -11447363 or 12407633. OLE color: 12407633.
HSL color Cylindrical-coordinate representation of color #5153BD: hue angle of 238.89º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5153BD is Cyan = 0.57, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 81 | 83 | 189 | - |
| CMYK | 0.57 | 0.56 | 0 | 0.26 |
| HSL | 238.89º | 0.45% | 0.53% | - |
| HSV(B) | 238.89º | 0.57% | 0.74% | - |
| XYZ | 15.67 | 11.61 | 49.56 | - |
| YUV | 94.49 | 181.34 | 118.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 83 | 189 | 0.57 | 0.56 | 0 | 0.26 | 238.89 | 0.45 | 0.53 |
| Hex | 51 | 53 | BD | 39 | 38 | 0 | 1A | EF | 2D | 35 |
| Octal | 121 | 123 | 275 | 71 | 70 | 0 | 32 | 357 | 55 | 65 |
| Binary | 1010001 | 1010011 | 10111101 | 111001 | 111000 | 0 | 11010 | 11101111 | 101101 | 110101 |
Color Harmonies of #5153BD
Complementary color
Monochromatic Colors of #5153BD
Black with #5153BD
Text Example
Text Example
White with #5153BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5153BD; }
p { color: rgb(81,83,189); }
H1.HeaderClassName
{
color: #5153BD;
}
.AnyTagClassName
{
color: #5153BD;
}
</style>
background-color css
<style>
a { background-color: #5153BD; }
a { background-color: rgb(81,83,189); }
div.DivClassName
{
background-color: #5153BD;
}
.BgClassName
{
background-color: #5153BD;
}
</style>
border-color css
<style>
span { border-color: #5153BD; }
span { border-color: rgb(81,83,189); }
td.TdClassName
{
border-color: #5153BD;
}
.TagClassName
{
border-color: #5153BD;
}
</style>