Shades of Rich Blue #5260AB
Tints of Rich Blue #5260AB
RGB
CMYK
RGB Variations
Color information
#5260AB (or 0x5260AB) is known color: Rich Blue. HEX triplet: 52, 60 and AB. RGB value is (82,96,171). Sum of RGB (Red+Green+Blue) = 82+96+171=349 (46% of max value = 765). Red value is 82 (32.42% from 255 or 23.50% from 349); Green value is 96 (37.89% from 255 or 27.51% from 349); Blue value is 171 (67.19% from 255 or 49.00% from 349); Max value from RGB is 171 - color contains mainly: blue. Hex color #5260AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5260AB is #AD9F54. Grayscale: #646464. Windows color (decimal): -11378517 or 11231314. OLE color: 11231314.
HSL color Cylindrical-coordinate representation of color #5260AB: hue angle of 230.56º degrees, saturation: 0.35, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #5260AB is Cyan = 0.52, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 82 | 96 | 171 | - |
| CMYK | 0.52 | 0.44 | 0 | 0.33 |
| HSL | 230.56º | 0.35% | 0.5% | - |
| HSV(B) | 230.56º | 0.52% | 0.67% | - |
| XYZ | 15.01 | 13.1 | 40.27 | - |
| YUV | 100.36 | 167.86 | 114.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 96 | 171 | 0.52 | 0.44 | 0 | 0.33 | 230.56 | 0.35 | 0.5 |
| Hex | 52 | 60 | AB | 34 | 2C | 0 | 21 | E7 | 23 | 32 |
| Octal | 122 | 140 | 253 | 64 | 54 | 0 | 41 | 347 | 43 | 62 |
| Binary | 1010010 | 1100000 | 10101011 | 110100 | 101100 | 0 | 100001 | 11100111 | 100011 | 110010 |
Color Harmonies of #5260AB
Complementary color
Monochromatic Colors of #5260AB
Black with #5260AB
Text Example
Text Example
White with #5260AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5260AB; }
p { color: rgb(82,96,171); }
H1.HeaderClassName
{
color: #5260AB;
}
.AnyTagClassName
{
color: #5260AB;
}
</style>
background-color css
<style>
a { background-color: #5260AB; }
a { background-color: rgb(82,96,171); }
div.DivClassName
{
background-color: #5260AB;
}
.BgClassName
{
background-color: #5260AB;
}
</style>
border-color css
<style>
span { border-color: #5260AB; }
span { border-color: rgb(82,96,171); }
td.TdClassName
{
border-color: #5260AB;
}
.TagClassName
{
border-color: #5260AB;
}
</style>