Shades of Rich Blue #5162B5
Tints of Rich Blue #5162B5
RGB
CMYK
RGB Variations
Color information
#5162B5 (or 0x5162B5) is known color: Rich Blue. HEX triplet: 51, 62 and B5. RGB value is (81,98,181). Sum of RGB (Red+Green+Blue) = 81+98+181=360 (47% of max value = 765). Red value is 81 (32.03% from 255 or 22.5% from 360); Green value is 98 (38.67% from 255 or 27.22% from 360); Blue value is 181 (71.09% from 255 or 50.28% from 360); Max value from RGB is 181 - color contains mainly: blue. Hex color #5162B5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5162B5 is #AE9D4A. Grayscale: #666666. Windows color (decimal): -11443531 or 11887185. OLE color: 11887185.
HSL color Cylindrical-coordinate representation of color #5162B5: hue angle of 229.8º degrees, saturation: 0.4, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5162B5 is Cyan = 0.55, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 81 | 98 | 181 | - |
| CMYK | 0.55 | 0.46 | 0 | 0.29 |
| HSL | 229.8º | 0.4% | 0.51% | - |
| HSV(B) | 229.8º | 0.55% | 0.71% | - |
| XYZ | 16.1 | 13.82 | 45.54 | - |
| YUV | 102.38 | 172.37 | 112.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 98 | 181 | 0.55 | 0.46 | 0 | 0.29 | 229.8 | 0.4 | 0.51 |
| Hex | 51 | 62 | B5 | 37 | 2E | 0 | 1D | E6 | 28 | 33 |
| Octal | 121 | 142 | 265 | 67 | 56 | 0 | 35 | 346 | 50 | 63 |
| Binary | 1010001 | 1100010 | 10110101 | 110111 | 101110 | 0 | 11101 | 11100110 | 101000 | 110011 |
Color Harmonies of #5162B5
Complementary color
Monochromatic Colors of #5162B5
Black with #5162B5
Text Example
Text Example
White with #5162B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5162B5; }
p { color: rgb(81,98,181); }
H1.HeaderClassName
{
color: #5162B5;
}
.AnyTagClassName
{
color: #5162B5;
}
</style>
background-color css
<style>
a { background-color: #5162B5; }
a { background-color: rgb(81,98,181); }
div.DivClassName
{
background-color: #5162B5;
}
.BgClassName
{
background-color: #5162B5;
}
</style>
border-color css
<style>
span { border-color: #5162B5; }
span { border-color: rgb(81,98,181); }
td.TdClassName
{
border-color: #5162B5;
}
.TagClassName
{
border-color: #5162B5;
}
</style>