Shades of Rich Blue #5059B1
Tints of Rich Blue #5059B1
RGB
CMYK
RGB Variations
Color information
#5059B1 (or 0x5059B1) is known color: Rich Blue. HEX triplet: 50, 59 and B1. RGB value is (80,89,177). Sum of RGB (Red+Green+Blue) = 80+89+177=346 (45% of max value = 765). Red value is 80 (31.64% from 255 or 23.12% from 346); Green value is 89 (35.16% from 255 or 25.72% from 346); Blue value is 177 (69.53% from 255 or 51.16% from 346); Max value from RGB is 177 - color contains mainly: blue. Hex color #5059B1 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5059B1 is #AFA64E. Grayscale: #5F5F5F. Windows color (decimal): -11511375 or 11622736. OLE color: 11622736.
HSL color Cylindrical-coordinate representation of color #5059B1: hue angle of 234.43º degrees, saturation: 0.38, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5059B1 is Cyan = 0.55, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 80 | 89 | 177 | - |
| CMYK | 0.55 | 0.50 | 0 | 0.31 |
| HSL | 234.43º | 0.38% | 0.5% | - |
| HSV(B) | 234.43º | 0.55% | 0.69% | - |
| XYZ | 14.82 | 12.02 | 43.14 | - |
| YUV | 96.34 | 173.52 | 116.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 89 | 177 | 0.55 | 0.50 | 0 | 0.31 | 234.43 | 0.38 | 0.5 |
| Hex | 50 | 59 | B1 | 37 | 32 | 0 | 1F | EA | 26 | 32 |
| Octal | 120 | 131 | 261 | 67 | 62 | 0 | 37 | 352 | 46 | 62 |
| Binary | 1010000 | 1011001 | 10110001 | 110111 | 110010 | 0 | 11111 | 11101010 | 100110 | 110010 |
Color Harmonies of #5059B1
Complementary color
Monochromatic Colors of #5059B1
Black with #5059B1
Text Example
Text Example
White with #5059B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5059B1; }
p { color: rgb(80,89,177); }
H1.HeaderClassName
{
color: #5059B1;
}
.AnyTagClassName
{
color: #5059B1;
}
</style>
background-color css
<style>
a { background-color: #5059B1; }
a { background-color: rgb(80,89,177); }
div.DivClassName
{
background-color: #5059B1;
}
.BgClassName
{
background-color: #5059B1;
}
</style>
border-color css
<style>
span { border-color: #5059B1; }
span { border-color: rgb(80,89,177); }
td.TdClassName
{
border-color: #5059B1;
}
.TagClassName
{
border-color: #5059B1;
}
</style>