Shades of Rich Blue #505CAA
Tints of Rich Blue #505CAA
RGB
CMYK
RGB Variations
Color information
#505CAA (or 0x505CAA) is known color: Rich Blue. HEX triplet: 50, 5C and AA. RGB value is (80,92,170). Sum of RGB (Red+Green+Blue) = 80+92+170=342 (45% of max value = 765). Red value is 80 (31.64% from 255 or 23.39% from 342); Green value is 92 (36.33% from 255 or 26.90% from 342); Blue value is 170 (66.80% from 255 or 49.71% from 342); Max value from RGB is 170 - color contains mainly: blue. Hex color #505CAA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #505CAA is #AFA355. Grayscale: #606060. Windows color (decimal): -11510614 or 11164752. OLE color: 11164752.
HSL color Cylindrical-coordinate representation of color #505CAA: hue angle of 232º degrees, saturation: 0.36, 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 #505CAA is Cyan = 0.53, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 80 | 92 | 170 | - |
| CMYK | 0.53 | 0.46 | 0 | 0.33 |
| HSL | 232º | 0.36% | 0.49% | - |
| HSV(B) | 232º | 0.53% | 0.67% | - |
| XYZ | 14.39 | 12.26 | 39.64 | - |
| YUV | 97.3 | 169.02 | 115.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 92 | 170 | 0.53 | 0.46 | 0 | 0.33 | 232 | 0.36 | 0.49 |
| Hex | 50 | 5C | AA | 35 | 2E | 0 | 21 | E8 | 24 | 31 |
| Octal | 120 | 134 | 252 | 65 | 56 | 0 | 41 | 350 | 44 | 61 |
| Binary | 1010000 | 1011100 | 10101010 | 110101 | 101110 | 0 | 100001 | 11101000 | 100100 | 110001 |
Color Harmonies of #505CAA
Complementary color
Monochromatic Colors of #505CAA
Black with #505CAA
Text Example
Text Example
White with #505CAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #505CAA; }
p { color: rgb(80,92,170); }
H1.HeaderClassName
{
color: #505CAA;
}
.AnyTagClassName
{
color: #505CAA;
}
</style>
background-color css
<style>
a { background-color: #505CAA; }
a { background-color: rgb(80,92,170); }
div.DivClassName
{
background-color: #505CAA;
}
.BgClassName
{
background-color: #505CAA;
}
</style>
border-color css
<style>
span { border-color: #505CAA; }
span { border-color: rgb(80,92,170); }
td.TdClassName
{
border-color: #505CAA;
}
.TagClassName
{
border-color: #505CAA;
}
</style>