Shades of Rich Blue #5061AF
Tints of Rich Blue #5061AF
RGB
CMYK
RGB Variations
Color information
#5061AF (or 0x5061AF) is known color: Rich Blue. HEX triplet: 50, 61 and AF. RGB value is (80,97,175). Sum of RGB (Red+Green+Blue) = 80+97+175=352 (46% of max value = 765). Red value is 80 (31.64% from 255 or 22.73% from 352); Green value is 97 (38.28% from 255 or 27.56% from 352); Blue value is 175 (68.75% from 255 or 49.72% from 352); Max value from RGB is 175 - color contains mainly: blue. Hex color #5061AF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5061AF is #AF9E50. Grayscale: #646464. Windows color (decimal): -11509329 or 11493712. OLE color: 11493712.
HSL color Cylindrical-coordinate representation of color #5061AF: hue angle of 229.26º degrees, saturation: 0.37, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5061AF is Cyan = 0.54, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 80 | 97 | 175 | - |
| CMYK | 0.54 | 0.45 | 0 | 0.31 |
| HSL | 229.26º | 0.37% | 0.5% | - |
| HSV(B) | 229.26º | 0.54% | 0.69% | - |
| XYZ | 15.32 | 13.35 | 42.33 | - |
| YUV | 100.81 | 169.87 | 113.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 97 | 175 | 0.54 | 0.45 | 0 | 0.31 | 229.26 | 0.37 | 0.5 |
| Hex | 50 | 61 | AF | 36 | 2D | 0 | 1F | E5 | 25 | 32 |
| Octal | 120 | 141 | 257 | 66 | 55 | 0 | 37 | 345 | 45 | 62 |
| Binary | 1010000 | 1100001 | 10101111 | 110110 | 101101 | 0 | 11111 | 11100101 | 100101 | 110010 |
Color Harmonies of #5061AF
Complementary color
Monochromatic Colors of #5061AF
Black with #5061AF
Text Example
Text Example
White with #5061AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5061AF; }
p { color: rgb(80,97,175); }
H1.HeaderClassName
{
color: #5061AF;
}
.AnyTagClassName
{
color: #5061AF;
}
</style>
background-color css
<style>
a { background-color: #5061AF; }
a { background-color: rgb(80,97,175); }
div.DivClassName
{
background-color: #5061AF;
}
.BgClassName
{
background-color: #5061AF;
}
</style>
border-color css
<style>
span { border-color: #5061AF; }
span { border-color: rgb(80,97,175); }
td.TdClassName
{
border-color: #5061AF;
}
.TagClassName
{
border-color: #5061AF;
}
</style>