Shades of Rich Blue #5762AA
Tints of Rich Blue #5762AA
RGB
CMYK
RGB Variations
Color information
#5762AA (or 0x5762AA) is known color: Rich Blue. HEX triplet: 57, 62 and AA. RGB value is (87,98,170). Sum of RGB (Red+Green+Blue) = 87+98+170=355 (47% of max value = 765). Red value is 87 (34.38% from 255 or 24.51% from 355); Green value is 98 (38.67% from 255 or 27.61% from 355); Blue value is 170 (66.80% from 255 or 47.89% from 355); Max value from RGB is 170 - color contains mainly: blue. Hex color #5762AA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5762AA is #A89D55. Grayscale: #666666. Windows color (decimal): -11050326 or 11166295. OLE color: 11166295.
HSL color Cylindrical-coordinate representation of color #5762AA: hue angle of 232.05º degrees, saturation: 0.33, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #5762AA is Cyan = 0.49, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 87 | 98 | 170 | - |
| CMYK | 0.49 | 0.42 | 0 | 0.33 |
| HSL | 232.05º | 0.33% | 0.5% | - |
| HSV(B) | 232.05º | 0.49% | 0.67% | - |
| XYZ | 15.55 | 13.66 | 39.85 | - |
| YUV | 102.92 | 165.86 | 116.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 98 | 170 | 0.49 | 0.42 | 0 | 0.33 | 232.05 | 0.33 | 0.5 |
| Hex | 57 | 62 | AA | 31 | 2A | 0 | 21 | E8 | 21 | 32 |
| Octal | 127 | 142 | 252 | 61 | 52 | 0 | 41 | 350 | 41 | 62 |
| Binary | 1010111 | 1100010 | 10101010 | 110001 | 101010 | 0 | 100001 | 11101000 | 100001 | 110010 |
Color Harmonies of #5762AA
Complementary color
Monochromatic Colors of #5762AA
Black with #5762AA
Text Example
Text Example
White with #5762AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5762AA; }
p { color: rgb(87,98,170); }
H1.HeaderClassName
{
color: #5762AA;
}
.AnyTagClassName
{
color: #5762AA;
}
</style>
background-color css
<style>
a { background-color: #5762AA; }
a { background-color: rgb(87,98,170); }
div.DivClassName
{
background-color: #5762AA;
}
.BgClassName
{
background-color: #5762AA;
}
</style>
border-color css
<style>
span { border-color: #5762AA; }
span { border-color: rgb(87,98,170); }
td.TdClassName
{
border-color: #5762AA;
}
.TagClassName
{
border-color: #5762AA;
}
</style>