Shades of Rich Blue #5261AC
Tints of Rich Blue #5261AC
RGB
CMYK
RGB Variations
Color information
#5261AC (or 0x5261AC) is known color: Rich Blue. HEX triplet: 52, 61 and AC. RGB value is (82,97,172). Sum of RGB (Red+Green+Blue) = 82+97+172=351 (46% of max value = 765). Red value is 82 (32.42% from 255 or 23.36% from 351); Green value is 97 (38.28% from 255 or 27.64% from 351); Blue value is 172 (67.58% from 255 or 49.00% from 351); Max value from RGB is 172 - color contains mainly: blue. Hex color #5261AC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5261AC is #AD9E53. Grayscale: #646464. Windows color (decimal): -11378260 or 11297106. OLE color: 11297106.
HSL color Cylindrical-coordinate representation of color #5261AC: hue angle of 230º 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 #5261AC is Cyan = 0.52, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 82 | 97 | 172 | - |
| CMYK | 0.52 | 0.44 | 0 | 0.33 |
| HSL | 230º | 0.35% | 0.5% | - |
| HSV(B) | 230º | 0.52% | 0.67% | - |
| XYZ | 15.2 | 13.32 | 40.8 | - |
| YUV | 101.07 | 168.03 | 114.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 97 | 172 | 0.52 | 0.44 | 0 | 0.33 | 230 | 0.35 | 0.5 |
| Hex | 52 | 61 | AC | 34 | 2C | 0 | 21 | E6 | 23 | 32 |
| Octal | 122 | 141 | 254 | 64 | 54 | 0 | 41 | 346 | 43 | 62 |
| Binary | 1010010 | 1100001 | 10101100 | 110100 | 101100 | 0 | 100001 | 11100110 | 100011 | 110010 |
Color Harmonies of #5261AC
Complementary color
Monochromatic Colors of #5261AC
Black with #5261AC
Text Example
Text Example
White with #5261AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5261AC; }
p { color: rgb(82,97,172); }
H1.HeaderClassName
{
color: #5261AC;
}
.AnyTagClassName
{
color: #5261AC;
}
</style>
background-color css
<style>
a { background-color: #5261AC; }
a { background-color: rgb(82,97,172); }
div.DivClassName
{
background-color: #5261AC;
}
.BgClassName
{
background-color: #5261AC;
}
</style>
border-color css
<style>
span { border-color: #5261AC; }
span { border-color: rgb(82,97,172); }
td.TdClassName
{
border-color: #5261AC;
}
.TagClassName
{
border-color: #5261AC;
}
</style>