Shades of Rich Blue #505AAC
Tints of Rich Blue #505AAC
RGB
CMYK
RGB Variations
Color information
#505AAC (or 0x505AAC) is known color: Rich Blue. HEX triplet: 50, 5A and AC. RGB value is (80,90,172). Sum of RGB (Red+Green+Blue) = 80+90+172=342 (45% of max value = 765). Red value is 80 (31.64% from 255 or 23.39% from 342); Green value is 90 (35.55% from 255 or 26.32% from 342); Blue value is 172 (67.58% from 255 or 50.29% from 342); Max value from RGB is 172 - color contains mainly: blue. Hex color #505AAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #505AAC is #AFA553. Grayscale: #606060. Windows color (decimal): -11511124 or 11295312. OLE color: 11295312.
HSL color Cylindrical-coordinate representation of color #505AAC: hue angle of 233.48º 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 #505AAC is Cyan = 0.53, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 80 | 90 | 172 | - |
| CMYK | 0.53 | 0.48 | 0 | 0.33 |
| HSL | 233.48º | 0.37% | 0.49% | - |
| HSV(B) | 233.48º | 0.53% | 0.67% | - |
| XYZ | 14.41 | 12 | 40.59 | - |
| YUV | 96.36 | 170.69 | 116.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 90 | 172 | 0.53 | 0.48 | 0 | 0.33 | 233.48 | 0.37 | 0.49 |
| Hex | 50 | 5A | AC | 35 | 30 | 0 | 21 | E9 | 25 | 31 |
| Octal | 120 | 132 | 254 | 65 | 60 | 0 | 41 | 351 | 45 | 61 |
| Binary | 1010000 | 1011010 | 10101100 | 110101 | 110000 | 0 | 100001 | 11101001 | 100101 | 110001 |
Color Harmonies of #505AAC
Complementary color
Monochromatic Colors of #505AAC
Black with #505AAC
Text Example
Text Example
White with #505AAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #505AAC; }
p { color: rgb(80,90,172); }
H1.HeaderClassName
{
color: #505AAC;
}
.AnyTagClassName
{
color: #505AAC;
}
</style>
background-color css
<style>
a { background-color: #505AAC; }
a { background-color: rgb(80,90,172); }
div.DivClassName
{
background-color: #505AAC;
}
.BgClassName
{
background-color: #505AAC;
}
</style>
border-color css
<style>
span { border-color: #505AAC; }
span { border-color: rgb(80,90,172); }
td.TdClassName
{
border-color: #505AAC;
}
.TagClassName
{
border-color: #505AAC;
}
</style>