Shades of Rich Blue #5248BB
Tints of Rich Blue #5248BB
RGB
CMYK
RGB Variations
Color information
#5248BB (or 0x5248BB) is known color: Rich Blue. HEX triplet: 52, 48 and BB. RGB value is (82,72,187). Sum of RGB (Red+Green+Blue) = 82+72+187=341 (45% of max value = 765). Red value is 82 (32.42% from 255 or 24.05% from 341); Green value is 72 (28.52% from 255 or 21.11% from 341); Blue value is 187 (73.44% from 255 or 54.84% from 341); Max value from RGB is 187 - color contains mainly: blue. Hex color #5248BB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5248BB is #ADB744. Grayscale: #575757. Windows color (decimal): -11384645 or 12273746. OLE color: 12273746.
HSL color Cylindrical-coordinate representation of color #5248BB: hue angle of 245.22º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5248BB is Cyan = 0.56, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 82 | 72 | 187 | - |
| CMYK | 0.56 | 0.61 | 0 | 0.27 |
| HSL | 245.22º | 0.46% | 0.51% | - |
| HSV(B) | 245.22º | 0.61% | 0.73% | - |
| XYZ | 14.77 | 10.02 | 48.17 | - |
| YUV | 88.1 | 183.81 | 123.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 72 | 187 | 0.56 | 0.61 | 0 | 0.27 | 245.22 | 0.46 | 0.51 |
| Hex | 52 | 48 | BB | 38 | 3D | 0 | 1B | F5 | 2E | 33 |
| Octal | 122 | 110 | 273 | 70 | 75 | 0 | 33 | 365 | 56 | 63 |
| Binary | 1010010 | 1001000 | 10111011 | 111000 | 111101 | 0 | 11011 | 11110101 | 101110 | 110011 |
Color Harmonies of #5248BB
Complementary color
Monochromatic Colors of #5248BB
Black with #5248BB
Text Example
Text Example
White with #5248BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5248BB; }
p { color: rgb(82,72,187); }
H1.HeaderClassName
{
color: #5248BB;
}
.AnyTagClassName
{
color: #5248BB;
}
</style>
background-color css
<style>
a { background-color: #5248BB; }
a { background-color: rgb(82,72,187); }
div.DivClassName
{
background-color: #5248BB;
}
.BgClassName
{
background-color: #5248BB;
}
</style>
border-color css
<style>
span { border-color: #5248BB; }
span { border-color: rgb(82,72,187); }
td.TdClassName
{
border-color: #5248BB;
}
.TagClassName
{
border-color: #5248BB;
}
</style>