Shades of Rich Blue #5059AC
Tints of Rich Blue #5059AC
RGB
CMYK
RGB Variations
Color information
#5059AC (or 0x5059AC) is known color: Rich Blue. HEX triplet: 50, 59 and AC. RGB value is (80,89,172). Sum of RGB (Red+Green+Blue) = 80+89+172=341 (45% of max value = 765). Red value is 80 (31.64% from 255 or 23.46% from 341); Green value is 89 (35.16% from 255 or 26.10% from 341); Blue value is 172 (67.58% from 255 or 50.44% from 341); Max value from RGB is 172 - color contains mainly: blue. Hex color #5059AC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5059AC is #AFA653. Grayscale: #5F5F5F. Windows color (decimal): -11511380 or 11295056. OLE color: 11295056.
HSL color Cylindrical-coordinate representation of color #5059AC: hue angle of 234.13º degrees, saturation: 0.37, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5059AC is Cyan = 0.53, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 80 | 89 | 172 | - |
| CMYK | 0.53 | 0.48 | 0 | 0.33 |
| HSL | 234.13º | 0.37% | 0.49% | - |
| HSV(B) | 234.13º | 0.53% | 0.67% | - |
| XYZ | 14.33 | 11.83 | 40.56 | - |
| YUV | 95.77 | 171.02 | 116.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 89 | 172 | 0.53 | 0.48 | 0 | 0.33 | 234.13 | 0.37 | 0.49 |
| Hex | 50 | 59 | AC | 35 | 30 | 0 | 21 | EA | 25 | 31 |
| Octal | 120 | 131 | 254 | 65 | 60 | 0 | 41 | 352 | 45 | 61 |
| Binary | 1010000 | 1011001 | 10101100 | 110101 | 110000 | 0 | 100001 | 11101010 | 100101 | 110001 |
Color Harmonies of #5059AC
Complementary color
Monochromatic Colors of #5059AC
Black with #5059AC
Text Example
Text Example
White with #5059AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5059AC; }
p { color: rgb(80,89,172); }
H1.HeaderClassName
{
color: #5059AC;
}
.AnyTagClassName
{
color: #5059AC;
}
</style>
background-color css
<style>
a { background-color: #5059AC; }
a { background-color: rgb(80,89,172); }
div.DivClassName
{
background-color: #5059AC;
}
.BgClassName
{
background-color: #5059AC;
}
</style>
border-color css
<style>
span { border-color: #5059AC; }
span { border-color: rgb(80,89,172); }
td.TdClassName
{
border-color: #5059AC;
}
.TagClassName
{
border-color: #5059AC;
}
</style>