Shades of Rich Blue #505DB2
Tints of Rich Blue #505DB2
RGB
CMYK
RGB Variations
Color information
#505DB2 (or 0x505DB2) is known color: Rich Blue. HEX triplet: 50, 5D and B2. RGB value is (80,93,178). Sum of RGB (Red+Green+Blue) = 80+93+178=351 (46% of max value = 765). Red value is 80 (31.64% from 255 or 22.79% from 351); Green value is 93 (36.72% from 255 or 26.50% from 351); Blue value is 178 (69.92% from 255 or 50.71% from 351); Max value from RGB is 178 - color contains mainly: blue. Hex color #505DB2 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #505DB2 is #AFA24D. Grayscale: #626262. Windows color (decimal): -11510350 or 11689296. OLE color: 11689296.
HSL color Cylindrical-coordinate representation of color #505DB2: hue angle of 232.04º degrees, saturation: 0.39, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #505DB2 is Cyan = 0.55, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 80 | 93 | 178 | - |
| CMYK | 0.55 | 0.48 | 0 | 0.30 |
| HSL | 232.04º | 0.39% | 0.51% | - |
| HSV(B) | 232.04º | 0.55% | 0.7% | - |
| XYZ | 15.26 | 12.75 | 43.78 | - |
| YUV | 98.8 | 172.69 | 114.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 93 | 178 | 0.55 | 0.48 | 0 | 0.30 | 232.04 | 0.39 | 0.51 |
| Hex | 50 | 5D | B2 | 37 | 30 | 0 | 1E | E8 | 27 | 33 |
| Octal | 120 | 135 | 262 | 67 | 60 | 0 | 36 | 350 | 47 | 63 |
| Binary | 1010000 | 1011101 | 10110010 | 110111 | 110000 | 0 | 11110 | 11101000 | 100111 | 110011 |
Color Harmonies of #505DB2
Complementary color
Monochromatic Colors of #505DB2
Black with #505DB2
Text Example
Text Example
White with #505DB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #505DB2; }
p { color: rgb(80,93,178); }
H1.HeaderClassName
{
color: #505DB2;
}
.AnyTagClassName
{
color: #505DB2;
}
</style>
background-color css
<style>
a { background-color: #505DB2; }
a { background-color: rgb(80,93,178); }
div.DivClassName
{
background-color: #505DB2;
}
.BgClassName
{
background-color: #505DB2;
}
</style>
border-color css
<style>
span { border-color: #505DB2; }
span { border-color: rgb(80,93,178); }
td.TdClassName
{
border-color: #505DB2;
}
.TagClassName
{
border-color: #505DB2;
}
</style>