Shades of Rich Blue #5261AD
Tints of Rich Blue #5261AD
RGB
CMYK
RGB Variations
Color information
#5261AD (or 0x5261AD) is known color: Rich Blue. HEX triplet: 52, 61 and AD. RGB value is (82,97,173). Sum of RGB (Red+Green+Blue) = 82+97+173=352 (46% of max value = 765). Red value is 82 (32.42% from 255 or 23.30% from 352); Green value is 97 (38.28% from 255 or 27.56% from 352); Blue value is 173 (67.97% from 255 or 49.15% from 352); Max value from RGB is 173 - color contains mainly: blue. Hex color #5261AD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5261AD is #AD9E52. Grayscale: #646464. Windows color (decimal): -11378259 or 11362642. OLE color: 11362642.
HSL color Cylindrical-coordinate representation of color #5261AD: hue angle of 230.11º degrees, saturation: 0.36, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5261AD is Cyan = 0.53, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 82 | 97 | 173 | - |
| CMYK | 0.53 | 0.44 | 0 | 0.32 |
| HSL | 230.11º | 0.36% | 0.5% | - |
| HSV(B) | 230.11º | 0.53% | 0.68% | - |
| XYZ | 15.3 | 13.36 | 41.31 | - |
| YUV | 101.18 | 168.53 | 114.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 97 | 173 | 0.53 | 0.44 | 0 | 0.32 | 230.11 | 0.36 | 0.5 |
| Hex | 52 | 61 | AD | 35 | 2C | 0 | 20 | E6 | 24 | 32 |
| Octal | 122 | 141 | 255 | 65 | 54 | 0 | 40 | 346 | 44 | 62 |
| Binary | 1010010 | 1100001 | 10101101 | 110101 | 101100 | 0 | 100000 | 11100110 | 100100 | 110010 |
Color Harmonies of #5261AD
Complementary color
Monochromatic Colors of #5261AD
Black with #5261AD
Text Example
Text Example
White with #5261AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5261AD; }
p { color: rgb(82,97,173); }
H1.HeaderClassName
{
color: #5261AD;
}
.AnyTagClassName
{
color: #5261AD;
}
</style>
background-color css
<style>
a { background-color: #5261AD; }
a { background-color: rgb(82,97,173); }
div.DivClassName
{
background-color: #5261AD;
}
.BgClassName
{
background-color: #5261AD;
}
</style>
border-color css
<style>
span { border-color: #5261AD; }
span { border-color: rgb(82,97,173); }
td.TdClassName
{
border-color: #5261AD;
}
.TagClassName
{
border-color: #5261AD;
}
</style>