Shades of Rich Blue #5058AA
Tints of Rich Blue #5058AA
RGB
CMYK
RGB Variations
Color information
#5058AA (or 0x5058AA) is known color: Rich Blue. HEX triplet: 50, 58 and AA. RGB value is (80,88,170). Sum of RGB (Red+Green+Blue) = 80+88+170=338 (44% of max value = 765). Red value is 80 (31.64% from 255 or 23.67% from 338); Green value is 88 (34.77% from 255 or 26.04% from 338); Blue value is 170 (66.80% from 255 or 50.30% from 338); Max value from RGB is 170 - color contains mainly: blue. Hex color #5058AA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5058AA is #AFA755. Grayscale: #5E5E5E. Windows color (decimal): -11511638 or 11163728. OLE color: 11163728.
HSL color Cylindrical-coordinate representation of color #5058AA: hue angle of 234.67º degrees, saturation: 0.36, 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 #5058AA is Cyan = 0.53, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 80 | 88 | 170 | - |
| CMYK | 0.53 | 0.48 | 0 | 0.33 |
| HSL | 234.67º | 0.36% | 0.49% | - |
| HSV(B) | 234.67º | 0.53% | 0.67% | - |
| XYZ | 14.05 | 11.59 | 39.53 | - |
| YUV | 94.96 | 170.35 | 117.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 88 | 170 | 0.53 | 0.48 | 0 | 0.33 | 234.67 | 0.36 | 0.49 |
| Hex | 50 | 58 | AA | 35 | 30 | 0 | 21 | EB | 24 | 31 |
| Octal | 120 | 130 | 252 | 65 | 60 | 0 | 41 | 353 | 44 | 61 |
| Binary | 1010000 | 1011000 | 10101010 | 110101 | 110000 | 0 | 100001 | 11101011 | 100100 | 110001 |
Color Harmonies of #5058AA
Complementary color
Monochromatic Colors of #5058AA
Black with #5058AA
Text Example
Text Example
White with #5058AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5058AA; }
p { color: rgb(80,88,170); }
H1.HeaderClassName
{
color: #5058AA;
}
.AnyTagClassName
{
color: #5058AA;
}
</style>
background-color css
<style>
a { background-color: #5058AA; }
a { background-color: rgb(80,88,170); }
div.DivClassName
{
background-color: #5058AA;
}
.BgClassName
{
background-color: #5058AA;
}
</style>
border-color css
<style>
span { border-color: #5058AA; }
span { border-color: rgb(80,88,170); }
td.TdClassName
{
border-color: #5058AA;
}
.TagClassName
{
border-color: #5058AA;
}
</style>