Shades of Rich Blue #5752AF
Tints of Rich Blue #5752AF
RGB
CMYK
RGB Variations
Color information
#5752AF (or 0x5752AF) is known color: Rich Blue. HEX triplet: 57, 52 and AF. RGB value is (87,82,175). Sum of RGB (Red+Green+Blue) = 87+82+175=344 (45% of max value = 765). Red value is 87 (34.38% from 255 or 25.29% from 344); Green value is 82 (32.42% from 255 or 23.84% from 344); Blue value is 175 (68.75% from 255 or 50.87% from 344); Max value from RGB is 175 - color contains mainly: blue. Hex color #5752AF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5752AF is #A8AD50. Grayscale: #5D5D5D. Windows color (decimal): -11054417 or 11489879. OLE color: 11489879.
HSL color Cylindrical-coordinate representation of color #5752AF: hue angle of 243.23º degrees, saturation: 0.37, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5752AF is Cyan = 0.50, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 87 | 82 | 175 | - |
| CMYK | 0.50 | 0.53 | 0 | 0.31 |
| HSL | 243.23º | 0.37% | 0.5% | - |
| HSV(B) | 243.23º | 0.53% | 0.69% | - |
| XYZ | 14.69 | 11.16 | 41.94 | - |
| YUV | 94.1 | 173.66 | 122.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 82 | 175 | 0.50 | 0.53 | 0 | 0.31 | 243.23 | 0.37 | 0.5 |
| Hex | 57 | 52 | AF | 32 | 35 | 0 | 1F | F3 | 25 | 32 |
| Octal | 127 | 122 | 257 | 62 | 65 | 0 | 37 | 363 | 45 | 62 |
| Binary | 1010111 | 1010010 | 10101111 | 110010 | 110101 | 0 | 11111 | 11110011 | 100101 | 110010 |
Color Harmonies of #5752AF
Complementary color
Monochromatic Colors of #5752AF
Black with #5752AF
Text Example
Text Example
White with #5752AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5752AF; }
p { color: rgb(87,82,175); }
H1.HeaderClassName
{
color: #5752AF;
}
.AnyTagClassName
{
color: #5752AF;
}
</style>
background-color css
<style>
a { background-color: #5752AF; }
a { background-color: rgb(87,82,175); }
div.DivClassName
{
background-color: #5752AF;
}
.BgClassName
{
background-color: #5752AF;
}
</style>
border-color css
<style>
span { border-color: #5752AF; }
span { border-color: rgb(87,82,175); }
td.TdClassName
{
border-color: #5752AF;
}
.TagClassName
{
border-color: #5752AF;
}
</style>