Shades of Rich Blue #5248BC
Tints of Rich Blue #5248BC
RGB
CMYK
RGB Variations
Color information
#5248BC (or 0x5248BC) is known color: Rich Blue. HEX triplet: 52, 48 and BC. RGB value is (82,72,188). Sum of RGB (Red+Green+Blue) = 82+72+188=342 (45% of max value = 765). Red value is 82 (32.42% from 255 or 23.98% from 342); Green value is 72 (28.52% from 255 or 21.05% from 342); Blue value is 188 (73.83% from 255 or 54.97% from 342); Max value from RGB is 188 - color contains mainly: blue. Hex color #5248BC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5248BC is #ADB743. Grayscale: #575757. Windows color (decimal): -11384644 or 12339282. OLE color: 12339282.
HSL color Cylindrical-coordinate representation of color #5248BC: hue angle of 245.17º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5248BC is Cyan = 0.56, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 82 | 72 | 188 | - |
| CMYK | 0.56 | 0.62 | 0 | 0.26 |
| HSL | 245.17º | 0.46% | 0.51% | - |
| HSV(B) | 245.17º | 0.62% | 0.74% | - |
| XYZ | 14.87 | 10.06 | 48.73 | - |
| YUV | 88.21 | 184.31 | 123.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 72 | 188 | 0.56 | 0.62 | 0 | 0.26 | 245.17 | 0.46 | 0.51 |
| Hex | 52 | 48 | BC | 38 | 3E | 0 | 1A | F5 | 2E | 33 |
| Octal | 122 | 110 | 274 | 70 | 76 | 0 | 32 | 365 | 56 | 63 |
| Binary | 1010010 | 1001000 | 10111100 | 111000 | 111110 | 0 | 11010 | 11110101 | 101110 | 110011 |
Color Harmonies of #5248BC
Complementary color
Monochromatic Colors of #5248BC
Black with #5248BC
Text Example
Text Example
White with #5248BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5248BC; }
p { color: rgb(82,72,188); }
H1.HeaderClassName
{
color: #5248BC;
}
.AnyTagClassName
{
color: #5248BC;
}
</style>
background-color css
<style>
a { background-color: #5248BC; }
a { background-color: rgb(82,72,188); }
div.DivClassName
{
background-color: #5248BC;
}
.BgClassName
{
background-color: #5248BC;
}
</style>
border-color css
<style>
span { border-color: #5248BC; }
span { border-color: rgb(82,72,188); }
td.TdClassName
{
border-color: #5248BC;
}
.TagClassName
{
border-color: #5248BC;
}
</style>