Shades of Rich Blue #5260AC
Tints of Rich Blue #5260AC
RGB
CMYK
RGB Variations
Color information
#5260AC (or 0x5260AC) is known color: Rich Blue. HEX triplet: 52, 60 and AC. RGB value is (82,96,172). Sum of RGB (Red+Green+Blue) = 82+96+172=350 (46% of max value = 765). Red value is 82 (32.42% from 255 or 23.43% from 350); Green value is 96 (37.89% from 255 or 27.43% from 350); Blue value is 172 (67.58% from 255 or 49.14% from 350); Max value from RGB is 172 - color contains mainly: blue. Hex color #5260AC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5260AC is #AD9F53. Grayscale: #646464. Windows color (decimal): -11378516 or 11296850. OLE color: 11296850.
HSL color Cylindrical-coordinate representation of color #5260AC: hue angle of 230.67º 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 #5260AC is Cyan = 0.52, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 82 | 96 | 172 | - |
| CMYK | 0.52 | 0.44 | 0 | 0.33 |
| HSL | 230.67º | 0.35% | 0.5% | - |
| HSV(B) | 230.67º | 0.52% | 0.67% | - |
| XYZ | 15.11 | 13.14 | 40.77 | - |
| YUV | 100.48 | 168.36 | 114.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 96 | 172 | 0.52 | 0.44 | 0 | 0.33 | 230.67 | 0.35 | 0.5 |
| Hex | 52 | 60 | AC | 34 | 2C | 0 | 21 | E7 | 23 | 32 |
| Octal | 122 | 140 | 254 | 64 | 54 | 0 | 41 | 347 | 43 | 62 |
| Binary | 1010010 | 1100000 | 10101100 | 110100 | 101100 | 0 | 100001 | 11100111 | 100011 | 110010 |
Color Harmonies of #5260AC
Complementary color
Monochromatic Colors of #5260AC
Black with #5260AC
Text Example
Text Example
White with #5260AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5260AC; }
p { color: rgb(82,96,172); }
H1.HeaderClassName
{
color: #5260AC;
}
.AnyTagClassName
{
color: #5260AC;
}
</style>
background-color css
<style>
a { background-color: #5260AC; }
a { background-color: rgb(82,96,172); }
div.DivClassName
{
background-color: #5260AC;
}
.BgClassName
{
background-color: #5260AC;
}
</style>
border-color css
<style>
span { border-color: #5260AC; }
span { border-color: rgb(82,96,172); }
td.TdClassName
{
border-color: #5260AC;
}
.TagClassName
{
border-color: #5260AC;
}
</style>