Shades of Rich Blue #5762AD
Tints of Rich Blue #5762AD
RGB
CMYK
RGB Variations
Color information
#5762AD (or 0x5762AD) is known color: Rich Blue. HEX triplet: 57, 62 and AD. RGB value is (87,98,173). Sum of RGB (Red+Green+Blue) = 87+98+173=358 (47% of max value = 765). Red value is 87 (34.38% from 255 or 24.30% from 358); Green value is 98 (38.67% from 255 or 27.37% from 358); Blue value is 173 (67.97% from 255 or 48.32% from 358); Max value from RGB is 173 - color contains mainly: blue. Hex color #5762AD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5762AD is #A89D52. Grayscale: #666666. Windows color (decimal): -11050323 or 11362903. OLE color: 11362903.
HSL color Cylindrical-coordinate representation of color #5762AD: hue angle of 232.33º degrees, saturation: 0.34, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #5762AD is Cyan = 0.50, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 87 | 98 | 173 | - |
| CMYK | 0.50 | 0.43 | 0 | 0.32 |
| HSL | 232.33º | 0.34% | 0.51% | - |
| HSV(B) | 232.33º | 0.5% | 0.68% | - |
| XYZ | 15.84 | 13.78 | 41.36 | - |
| YUV | 103.26 | 167.36 | 116.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 98 | 173 | 0.50 | 0.43 | 0 | 0.32 | 232.33 | 0.34 | 0.51 |
| Hex | 57 | 62 | AD | 32 | 2B | 0 | 20 | E8 | 22 | 33 |
| Octal | 127 | 142 | 255 | 62 | 53 | 0 | 40 | 350 | 42 | 63 |
| Binary | 1010111 | 1100010 | 10101101 | 110010 | 101011 | 0 | 100000 | 11101000 | 100010 | 110011 |
Color Harmonies of #5762AD
Complementary color
Monochromatic Colors of #5762AD
Black with #5762AD
Text Example
Text Example
White with #5762AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5762AD; }
p { color: rgb(87,98,173); }
H1.HeaderClassName
{
color: #5762AD;
}
.AnyTagClassName
{
color: #5762AD;
}
</style>
background-color css
<style>
a { background-color: #5762AD; }
a { background-color: rgb(87,98,173); }
div.DivClassName
{
background-color: #5762AD;
}
.BgClassName
{
background-color: #5762AD;
}
</style>
border-color css
<style>
span { border-color: #5762AD; }
span { border-color: rgb(87,98,173); }
td.TdClassName
{
border-color: #5762AD;
}
.TagClassName
{
border-color: #5762AD;
}
</style>