Shades of Rich Blue #5262AC
Tints of Rich Blue #5262AC
RGB
CMYK
RGB Variations
Color information
#5262AC (or 0x5262AC) is known color: Rich Blue. HEX triplet: 52, 62 and AC. RGB value is (82,98,172). Sum of RGB (Red+Green+Blue) = 82+98+172=352 (46% of max value = 765). Red value is 82 (32.42% from 255 or 23.30% from 352); Green value is 98 (38.67% from 255 or 27.84% from 352); Blue value is 172 (67.58% from 255 or 48.86% from 352); Max value from RGB is 172 - color contains mainly: blue. Hex color #5262AC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5262AC is #AD9D53. Grayscale: #656565. Windows color (decimal): -11378004 or 11297362. OLE color: 11297362.
HSL color Cylindrical-coordinate representation of color #5262AC: hue angle of 229.33º 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 #5262AC is Cyan = 0.52, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 82 | 98 | 172 | - |
| CMYK | 0.52 | 0.43 | 0 | 0.33 |
| HSL | 229.33º | 0.35% | 0.5% | - |
| HSV(B) | 229.33º | 0.52% | 0.67% | - |
| XYZ | 15.29 | 13.51 | 40.83 | - |
| YUV | 101.65 | 167.7 | 113.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 98 | 172 | 0.52 | 0.43 | 0 | 0.33 | 229.33 | 0.35 | 0.5 |
| Hex | 52 | 62 | AC | 34 | 2B | 0 | 21 | E5 | 23 | 32 |
| Octal | 122 | 142 | 254 | 64 | 53 | 0 | 41 | 345 | 43 | 62 |
| Binary | 1010010 | 1100010 | 10101100 | 110100 | 101011 | 0 | 100001 | 11100101 | 100011 | 110010 |
Color Harmonies of #5262AC
Complementary color
Monochromatic Colors of #5262AC
Black with #5262AC
Text Example
Text Example
White with #5262AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5262AC; }
p { color: rgb(82,98,172); }
H1.HeaderClassName
{
color: #5262AC;
}
.AnyTagClassName
{
color: #5262AC;
}
</style>
background-color css
<style>
a { background-color: #5262AC; }
a { background-color: rgb(82,98,172); }
div.DivClassName
{
background-color: #5262AC;
}
.BgClassName
{
background-color: #5262AC;
}
</style>
border-color css
<style>
span { border-color: #5262AC; }
span { border-color: rgb(82,98,172); }
td.TdClassName
{
border-color: #5262AC;
}
.TagClassName
{
border-color: #5262AC;
}
</style>