Shades of Rich Blue #505AAF
Tints of Rich Blue #505AAF
RGB
CMYK
RGB Variations
Color information
#505AAF (or 0x505AAF) is known color: Rich Blue. HEX triplet: 50, 5A and AF. RGB value is (80,90,175). Sum of RGB (Red+Green+Blue) = 80+90+175=345 (45% of max value = 765). Red value is 80 (31.64% from 255 or 23.19% from 345); Green value is 90 (35.55% from 255 or 26.09% from 345); Blue value is 175 (68.75% from 255 or 50.72% from 345); Max value from RGB is 175 - color contains mainly: blue. Hex color #505AAF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #505AAF is #AFA550. Grayscale: #606060. Windows color (decimal): -11511121 or 11491920. OLE color: 11491920.
HSL color Cylindrical-coordinate representation of color #505AAF: hue angle of 233.68º degrees, saturation: 0.37, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #505AAF is Cyan = 0.54, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 80 | 90 | 175 | - |
| CMYK | 0.54 | 0.49 | 0 | 0.31 |
| HSL | 233.68º | 0.37% | 0.5% | - |
| HSV(B) | 233.68º | 0.54% | 0.69% | - |
| XYZ | 14.7 | 12.11 | 42.12 | - |
| YUV | 96.7 | 172.19 | 116.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 90 | 175 | 0.54 | 0.49 | 0 | 0.31 | 233.68 | 0.37 | 0.5 |
| Hex | 50 | 5A | AF | 36 | 31 | 0 | 1F | EA | 25 | 32 |
| Octal | 120 | 132 | 257 | 66 | 61 | 0 | 37 | 352 | 45 | 62 |
| Binary | 1010000 | 1011010 | 10101111 | 110110 | 110001 | 0 | 11111 | 11101010 | 100101 | 110010 |
Color Harmonies of #505AAF
Complementary color
Monochromatic Colors of #505AAF
Black with #505AAF
Text Example
Text Example
White with #505AAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #505AAF; }
p { color: rgb(80,90,175); }
H1.HeaderClassName
{
color: #505AAF;
}
.AnyTagClassName
{
color: #505AAF;
}
</style>
background-color css
<style>
a { background-color: #505AAF; }
a { background-color: rgb(80,90,175); }
div.DivClassName
{
background-color: #505AAF;
}
.BgClassName
{
background-color: #505AAF;
}
</style>
border-color css
<style>
span { border-color: #505AAF; }
span { border-color: rgb(80,90,175); }
td.TdClassName
{
border-color: #505AAF;
}
.TagClassName
{
border-color: #505AAF;
}
</style>