Shades of Rich Blue #5752BA
Tints of Rich Blue #5752BA
RGB
CMYK
RGB Variations
Color information
#5752BA (or 0x5752BA) is known color: Rich Blue. HEX triplet: 57, 52 and BA. RGB value is (87,82,186). Sum of RGB (Red+Green+Blue) = 87+82+186=355 (47% of max value = 765). Red value is 87 (34.38% from 255 or 24.51% from 355); Green value is 82 (32.42% from 255 or 23.10% from 355); Blue value is 186 (73.05% from 255 or 52.39% from 355); Max value from RGB is 186 - color contains mainly: blue. Hex color #5752BA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5752BA is #A8AD45. Grayscale: #5E5E5E. Windows color (decimal): -11054406 or 12210775. OLE color: 12210775.
HSL color Cylindrical-coordinate representation of color #5752BA: hue angle of 242.88º degrees, saturation: 0.43, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5752BA is Cyan = 0.53, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 87 | 82 | 186 | - |
| CMYK | 0.53 | 0.56 | 0 | 0.27 |
| HSL | 242.88º | 0.43% | 0.53% | - |
| HSV(B) | 242.88º | 0.56% | 0.73% | - |
| XYZ | 15.81 | 11.61 | 47.86 | - |
| YUV | 95.35 | 179.16 | 122.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 82 | 186 | 0.53 | 0.56 | 0 | 0.27 | 242.88 | 0.43 | 0.53 |
| Hex | 57 | 52 | BA | 35 | 38 | 0 | 1B | F3 | 2B | 35 |
| Octal | 127 | 122 | 272 | 65 | 70 | 0 | 33 | 363 | 53 | 65 |
| Binary | 1010111 | 1010010 | 10111010 | 110101 | 111000 | 0 | 11011 | 11110011 | 101011 | 110101 |
Color Harmonies of #5752BA
Complementary color
Monochromatic Colors of #5752BA
Black with #5752BA
Text Example
Text Example
White with #5752BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5752BA; }
p { color: rgb(87,82,186); }
H1.HeaderClassName
{
color: #5752BA;
}
.AnyTagClassName
{
color: #5752BA;
}
</style>
background-color css
<style>
a { background-color: #5752BA; }
a { background-color: rgb(87,82,186); }
div.DivClassName
{
background-color: #5752BA;
}
.BgClassName
{
background-color: #5752BA;
}
</style>
border-color css
<style>
span { border-color: #5752BA; }
span { border-color: rgb(87,82,186); }
td.TdClassName
{
border-color: #5752BA;
}
.TagClassName
{
border-color: #5752BA;
}
</style>