Shades of Rich Blue #505DAC
Tints of Rich Blue #505DAC
RGB
CMYK
RGB Variations
Color information
#505DAC (or 0x505DAC) is known color: Rich Blue. HEX triplet: 50, 5D and AC. RGB value is (80,93,172). Sum of RGB (Red+Green+Blue) = 80+93+172=345 (45% of max value = 765). Red value is 80 (31.64% from 255 or 23.19% from 345); Green value is 93 (36.72% from 255 or 26.96% from 345); Blue value is 172 (67.58% from 255 or 49.86% from 345); Max value from RGB is 172 - color contains mainly: blue. Hex color #505DAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #505DAC is #AFA253. Grayscale: #616161. Windows color (decimal): -11510356 or 11296080. OLE color: 11296080.
HSL color Cylindrical-coordinate representation of color #505DAC: hue angle of 231.52º 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 #505DAC is Cyan = 0.53, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 80 | 93 | 172 | - |
| CMYK | 0.53 | 0.46 | 0 | 0.33 |
| HSL | 231.52º | 0.37% | 0.49% | - |
| HSV(B) | 231.52º | 0.53% | 0.67% | - |
| XYZ | 14.67 | 12.51 | 40.67 | - |
| YUV | 98.12 | 169.69 | 115.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 93 | 172 | 0.53 | 0.46 | 0 | 0.33 | 231.52 | 0.37 | 0.49 |
| Hex | 50 | 5D | AC | 35 | 2E | 0 | 21 | E8 | 25 | 31 |
| Octal | 120 | 135 | 254 | 65 | 56 | 0 | 41 | 350 | 45 | 61 |
| Binary | 1010000 | 1011101 | 10101100 | 110101 | 101110 | 0 | 100001 | 11101000 | 100101 | 110001 |
Color Harmonies of #505DAC
Complementary color
Monochromatic Colors of #505DAC
Black with #505DAC
Text Example
Text Example
White with #505DAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #505DAC; }
p { color: rgb(80,93,172); }
H1.HeaderClassName
{
color: #505DAC;
}
.AnyTagClassName
{
color: #505DAC;
}
</style>
background-color css
<style>
a { background-color: #505DAC; }
a { background-color: rgb(80,93,172); }
div.DivClassName
{
background-color: #505DAC;
}
.BgClassName
{
background-color: #505DAC;
}
</style>
border-color css
<style>
span { border-color: #505DAC; }
span { border-color: rgb(80,93,172); }
td.TdClassName
{
border-color: #505DAC;
}
.TagClassName
{
border-color: #505DAC;
}
</style>