Shades of Rich Blue #5053BC
Tints of Rich Blue #5053BC
RGB
CMYK
RGB Variations
Color information
#5053BC (or 0x5053BC) is known color: Rich Blue. HEX triplet: 50, 53 and BC. RGB value is (80,83,188). Sum of RGB (Red+Green+Blue) = 80+83+188=351 (46% of max value = 765). Red value is 80 (31.64% from 255 or 22.79% from 351); Green value is 83 (32.81% from 255 or 23.65% from 351); Blue value is 188 (73.83% from 255 or 53.56% from 351); Max value from RGB is 188 - color contains mainly: blue. Hex color #5053BC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5053BC is #AFAC43. Grayscale: #5D5D5D. Windows color (decimal): -11512900 or 12342096. OLE color: 12342096.
HSL color Cylindrical-coordinate representation of color #5053BC: hue angle of 238.33º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5053BC is Cyan = 0.57, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 80 | 83 | 188 | - |
| CMYK | 0.57 | 0.56 | 0 | 0.26 |
| HSL | 238.33º | 0.45% | 0.53% | - |
| HSV(B) | 238.33º | 0.57% | 0.74% | - |
| XYZ | 15.48 | 11.52 | 48.99 | - |
| YUV | 94.07 | 181.01 | 117.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 83 | 188 | 0.57 | 0.56 | 0 | 0.26 | 238.33 | 0.45 | 0.53 |
| Hex | 50 | 53 | BC | 39 | 38 | 0 | 1A | EE | 2D | 35 |
| Octal | 120 | 123 | 274 | 71 | 70 | 0 | 32 | 356 | 55 | 65 |
| Binary | 1010000 | 1010011 | 10111100 | 111001 | 111000 | 0 | 11010 | 11101110 | 101101 | 110101 |
Color Harmonies of #5053BC
Complementary color
Monochromatic Colors of #5053BC
Black with #5053BC
Text Example
Text Example
White with #5053BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5053BC; }
p { color: rgb(80,83,188); }
H1.HeaderClassName
{
color: #5053BC;
}
.AnyTagClassName
{
color: #5053BC;
}
</style>
background-color css
<style>
a { background-color: #5053BC; }
a { background-color: rgb(80,83,188); }
div.DivClassName
{
background-color: #5053BC;
}
.BgClassName
{
background-color: #5053BC;
}
</style>
border-color css
<style>
span { border-color: #5053BC; }
span { border-color: rgb(80,83,188); }
td.TdClassName
{
border-color: #5053BC;
}
.TagClassName
{
border-color: #5053BC;
}
</style>