Shades of Rich Blue #5254BD
Tints of Rich Blue #5254BD
RGB
CMYK
RGB Variations
Color information
#5254BD (or 0x5254BD) is known color: Rich Blue. HEX triplet: 52, 54 and BD. RGB value is (82,84,189). Sum of RGB (Red+Green+Blue) = 82+84+189=355 (47% of max value = 765). Red value is 82 (32.42% from 255 or 23.10% from 355); Green value is 84 (33.20% from 255 or 23.66% from 355); Blue value is 189 (74.22% from 255 or 53.24% from 355); Max value from RGB is 189 - color contains mainly: blue. Hex color #5254BD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5254BD is #ADAB42. Grayscale: #5E5E5E. Windows color (decimal): -11381571 or 12407890. OLE color: 12407890.
HSL color Cylindrical-coordinate representation of color #5254BD: hue angle of 238.88º 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 #5254BD is Cyan = 0.57, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 82 | 84 | 189 | - |
| CMYK | 0.57 | 0.56 | 0 | 0.26 |
| HSL | 238.88º | 0.45% | 0.53% | - |
| HSV(B) | 238.88º | 0.57% | 0.74% | - |
| XYZ | 15.84 | 11.81 | 49.59 | - |
| YUV | 95.37 | 180.84 | 118.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 84 | 189 | 0.57 | 0.56 | 0 | 0.26 | 238.88 | 0.45 | 0.53 |
| Hex | 52 | 54 | BD | 39 | 38 | 0 | 1A | EF | 2D | 35 |
| Octal | 122 | 124 | 275 | 71 | 70 | 0 | 32 | 357 | 55 | 65 |
| Binary | 1010010 | 1010100 | 10111101 | 111001 | 111000 | 0 | 11010 | 11101111 | 101101 | 110101 |
Color Harmonies of #5254BD
Complementary color
Monochromatic Colors of #5254BD
Black with #5254BD
Text Example
Text Example
White with #5254BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5254BD; }
p { color: rgb(82,84,189); }
H1.HeaderClassName
{
color: #5254BD;
}
.AnyTagClassName
{
color: #5254BD;
}
</style>
background-color css
<style>
a { background-color: #5254BD; }
a { background-color: rgb(82,84,189); }
div.DivClassName
{
background-color: #5254BD;
}
.BgClassName
{
background-color: #5254BD;
}
</style>
border-color css
<style>
span { border-color: #5254BD; }
span { border-color: rgb(82,84,189); }
td.TdClassName
{
border-color: #5254BD;
}
.TagClassName
{
border-color: #5254BD;
}
</style>