Shades of Rich Blue #5762AF
Tints of Rich Blue #5762AF
RGB
CMYK
RGB Variations
Color information
#5762AF (or 0x5762AF) is known color: Rich Blue. HEX triplet: 57, 62 and AF. RGB value is (87,98,175). Sum of RGB (Red+Green+Blue) = 87+98+175=360 (47% of max value = 765). Red value is 87 (34.38% from 255 or 24.17% from 360); Green value is 98 (38.67% from 255 or 27.22% from 360); Blue value is 175 (68.75% from 255 or 48.61% from 360); Max value from RGB is 175 - color contains mainly: blue. Hex color #5762AF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5762AF is #A89D50. Grayscale: #676767. Windows color (decimal): -11050321 or 11493975. OLE color: 11493975.
HSL color Cylindrical-coordinate representation of color #5762AF: hue angle of 232.5º degrees, saturation: 0.35, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #5762AF is Cyan = 0.50, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 87 | 98 | 175 | - |
| CMYK | 0.50 | 0.44 | 0 | 0.31 |
| HSL | 232.5º | 0.35% | 0.51% | - |
| HSV(B) | 232.5º | 0.5% | 0.69% | - |
| XYZ | 16.04 | 13.86 | 42.39 | - |
| YUV | 103.49 | 168.36 | 116.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 98 | 175 | 0.50 | 0.44 | 0 | 0.31 | 232.5 | 0.35 | 0.51 |
| Hex | 57 | 62 | AF | 32 | 2C | 0 | 1F | E8 | 23 | 33 |
| Octal | 127 | 142 | 257 | 62 | 54 | 0 | 37 | 350 | 43 | 63 |
| Binary | 1010111 | 1100010 | 10101111 | 110010 | 101100 | 0 | 11111 | 11101000 | 100011 | 110011 |
Color Harmonies of #5762AF
Complementary color
Monochromatic Colors of #5762AF
Black with #5762AF
Text Example
Text Example
White with #5762AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5762AF; }
p { color: rgb(87,98,175); }
H1.HeaderClassName
{
color: #5762AF;
}
.AnyTagClassName
{
color: #5762AF;
}
</style>
background-color css
<style>
a { background-color: #5762AF; }
a { background-color: rgb(87,98,175); }
div.DivClassName
{
background-color: #5762AF;
}
.BgClassName
{
background-color: #5762AF;
}
</style>
border-color css
<style>
span { border-color: #5762AF; }
span { border-color: rgb(87,98,175); }
td.TdClassName
{
border-color: #5762AF;
}
.TagClassName
{
border-color: #5762AF;
}
</style>