Shades of Rich Blue #5752AE
Tints of Rich Blue #5752AE
RGB
CMYK
RGB Variations
Color information
#5752AE (or 0x5752AE) is known color: Rich Blue. HEX triplet: 57, 52 and AE. RGB value is (87,82,174). Sum of RGB (Red+Green+Blue) = 87+82+174=343 (45% of max value = 765). Red value is 87 (34.38% from 255 or 25.36% from 343); Green value is 82 (32.42% from 255 or 23.91% from 343); Blue value is 174 (68.36% from 255 or 50.73% from 343); Max value from RGB is 174 - color contains mainly: blue. Hex color #5752AE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5752AE is #A8AD51. Grayscale: #5D5D5D. Windows color (decimal): -11054418 or 11424343. OLE color: 11424343.
HSL color Cylindrical-coordinate representation of color #5752AE: hue angle of 243.26º degrees, saturation: 0.36, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5752AE is Cyan = 0.5, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 87 | 82 | 174 | - |
| CMYK | 0.5 | 0.53 | 0 | 0.32 |
| HSL | 243.26º | 0.36% | 0.5% | - |
| HSV(B) | 243.26º | 0.53% | 0.68% | - |
| XYZ | 14.59 | 11.12 | 41.42 | - |
| YUV | 93.98 | 173.16 | 123.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 82 | 174 | 0.5 | 0.53 | 0 | 0.32 | 243.26 | 0.36 | 0.5 |
| Hex | 57 | 52 | AE | 32 | 35 | 0 | 20 | F3 | 24 | 32 |
| Octal | 127 | 122 | 256 | 62 | 65 | 0 | 40 | 363 | 44 | 62 |
| Binary | 1010111 | 1010010 | 10101110 | 110010 | 110101 | 0 | 100000 | 11110011 | 100100 | 110010 |
Color Harmonies of #5752AE
Complementary color
Monochromatic Colors of #5752AE
Black with #5752AE
Text Example
Text Example
White with #5752AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5752AE; }
p { color: rgb(87,82,174); }
H1.HeaderClassName
{
color: #5752AE;
}
.AnyTagClassName
{
color: #5752AE;
}
</style>
background-color css
<style>
a { background-color: #5752AE; }
a { background-color: rgb(87,82,174); }
div.DivClassName
{
background-color: #5752AE;
}
.BgClassName
{
background-color: #5752AE;
}
</style>
border-color css
<style>
span { border-color: #5752AE; }
span { border-color: rgb(87,82,174); }
td.TdClassName
{
border-color: #5752AE;
}
.TagClassName
{
border-color: #5752AE;
}
</style>