Shades of Rich Blue #5061B7
Tints of Rich Blue #5061B7
RGB
CMYK
RGB Variations
Color information
#5061B7 (or 0x5061B7) is known color: Rich Blue. HEX triplet: 50, 61 and B7. RGB value is (80,97,183). Sum of RGB (Red+Green+Blue) = 80+97+183=360 (47% of max value = 765). Red value is 80 (31.64% from 255 or 22.22% from 360); Green value is 97 (38.28% from 255 or 26.94% from 360); Blue value is 183 (71.88% from 255 or 50.83% from 360); Max value from RGB is 183 - color contains mainly: blue. Hex color #5061B7 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5061B7 is #AF9E48. Grayscale: #656565. Windows color (decimal): -11509321 or 12018000. OLE color: 12018000.
HSL color Cylindrical-coordinate representation of color #5061B7: hue angle of 230.1º degrees, saturation: 0.42, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5061B7 is Cyan = 0.56, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 80 | 97 | 183 | - |
| CMYK | 0.56 | 0.47 | 0 | 0.28 |
| HSL | 230.1º | 0.42% | 0.52% | - |
| HSV(B) | 230.1º | 0.56% | 0.72% | - |
| XYZ | 16.13 | 13.67 | 46.59 | - |
| YUV | 101.72 | 173.87 | 112.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 97 | 183 | 0.56 | 0.47 | 0 | 0.28 | 230.1 | 0.42 | 0.52 |
| Hex | 50 | 61 | B7 | 38 | 2F | 0 | 1C | E6 | 2A | 34 |
| Octal | 120 | 141 | 267 | 70 | 57 | 0 | 34 | 346 | 52 | 64 |
| Binary | 1010000 | 1100001 | 10110111 | 111000 | 101111 | 0 | 11100 | 11100110 | 101010 | 110100 |
Color Harmonies of #5061B7
Complementary color
Monochromatic Colors of #5061B7
Black with #5061B7
Text Example
Text Example
White with #5061B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5061B7; }
p { color: rgb(80,97,183); }
H1.HeaderClassName
{
color: #5061B7;
}
.AnyTagClassName
{
color: #5061B7;
}
</style>
background-color css
<style>
a { background-color: #5061B7; }
a { background-color: rgb(80,97,183); }
div.DivClassName
{
background-color: #5061B7;
}
.BgClassName
{
background-color: #5061B7;
}
</style>
border-color css
<style>
span { border-color: #5061B7; }
span { border-color: rgb(80,97,183); }
td.TdClassName
{
border-color: #5061B7;
}
.TagClassName
{
border-color: #5061B7;
}
</style>