Shades of Rich Blue #5752AB
Tints of Rich Blue #5752AB
RGB
CMYK
RGB Variations
Color information
#5752AB (or 0x5752AB) is known color: Rich Blue. HEX triplet: 57, 52 and AB. RGB value is (87,82,171). Sum of RGB (Red+Green+Blue) = 87+82+171=340 (45% of max value = 765). Red value is 87 (34.38% from 255 or 25.59% from 340); Green value is 82 (32.42% from 255 or 24.12% from 340); Blue value is 171 (67.19% from 255 or 50.29% from 340); Max value from RGB is 171 - color contains mainly: blue. Hex color #5752AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5752AB is #A8AD54. Grayscale: #5D5D5D. Windows color (decimal): -11054421 or 11227735. OLE color: 11227735.
HSL color Cylindrical-coordinate representation of color #5752AB: hue angle of 243.37º degrees, saturation: 0.35, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #5752AB is Cyan = 0.49, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 87 | 82 | 171 | - |
| CMYK | 0.49 | 0.52 | 0 | 0.33 |
| HSL | 243.37º | 0.35% | 0.5% | - |
| HSV(B) | 243.37º | 0.52% | 0.67% | - |
| XYZ | 14.3 | 11 | 39.9 | - |
| YUV | 93.64 | 171.66 | 123.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 82 | 171 | 0.49 | 0.52 | 0 | 0.33 | 243.37 | 0.35 | 0.5 |
| Hex | 57 | 52 | AB | 31 | 34 | 0 | 21 | F3 | 23 | 32 |
| Octal | 127 | 122 | 253 | 61 | 64 | 0 | 41 | 363 | 43 | 62 |
| Binary | 1010111 | 1010010 | 10101011 | 110001 | 110100 | 0 | 100001 | 11110011 | 100011 | 110010 |
Color Harmonies of #5752AB
Complementary color
Monochromatic Colors of #5752AB
Black with #5752AB
Text Example
Text Example
White with #5752AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5752AB; }
p { color: rgb(87,82,171); }
H1.HeaderClassName
{
color: #5752AB;
}
.AnyTagClassName
{
color: #5752AB;
}
</style>
background-color css
<style>
a { background-color: #5752AB; }
a { background-color: rgb(87,82,171); }
div.DivClassName
{
background-color: #5752AB;
}
.BgClassName
{
background-color: #5752AB;
}
</style>
border-color css
<style>
span { border-color: #5752AB; }
span { border-color: rgb(87,82,171); }
td.TdClassName
{
border-color: #5752AB;
}
.TagClassName
{
border-color: #5752AB;
}
</style>