Shades of Rich Blue #5057AC
Tints of Rich Blue #5057AC
RGB
CMYK
RGB Variations
Color information
#5057AC (or 0x5057AC) is known color: Rich Blue. HEX triplet: 50, 57 and AC. RGB value is (80,87,172). Sum of RGB (Red+Green+Blue) = 80+87+172=339 (44% of max value = 765). Red value is 80 (31.64% from 255 or 23.60% from 339); Green value is 87 (34.38% from 255 or 25.66% from 339); Blue value is 172 (67.58% from 255 or 50.74% from 339); Max value from RGB is 172 - color contains mainly: blue. Hex color #5057AC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5057AC is #AFA853. Grayscale: #5E5E5E. Windows color (decimal): -11511892 or 11294544. OLE color: 11294544.
HSL color Cylindrical-coordinate representation of color #5057AC: hue angle of 235.43º 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 #5057AC is Cyan = 0.53, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 80 | 87 | 172 | - |
| CMYK | 0.53 | 0.49 | 0 | 0.33 |
| HSL | 235.43º | 0.37% | 0.49% | - |
| HSV(B) | 235.43º | 0.53% | 0.67% | - |
| XYZ | 14.16 | 11.5 | 40.5 | - |
| YUV | 94.6 | 171.68 | 117.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 87 | 172 | 0.53 | 0.49 | 0 | 0.33 | 235.43 | 0.37 | 0.49 |
| Hex | 50 | 57 | AC | 35 | 31 | 0 | 21 | EB | 25 | 31 |
| Octal | 120 | 127 | 254 | 65 | 61 | 0 | 41 | 353 | 45 | 61 |
| Binary | 1010000 | 1010111 | 10101100 | 110101 | 110001 | 0 | 100001 | 11101011 | 100101 | 110001 |
Color Harmonies of #5057AC
Complementary color
Monochromatic Colors of #5057AC
Black with #5057AC
Text Example
Text Example
White with #5057AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5057AC; }
p { color: rgb(80,87,172); }
H1.HeaderClassName
{
color: #5057AC;
}
.AnyTagClassName
{
color: #5057AC;
}
</style>
background-color css
<style>
a { background-color: #5057AC; }
a { background-color: rgb(80,87,172); }
div.DivClassName
{
background-color: #5057AC;
}
.BgClassName
{
background-color: #5057AC;
}
</style>
border-color css
<style>
span { border-color: #5057AC; }
span { border-color: rgb(80,87,172); }
td.TdClassName
{
border-color: #5057AC;
}
.TagClassName
{
border-color: #5057AC;
}
</style>