Shades of Rich Blue #525BA6
Tints of Rich Blue #525BA6
RGB
CMYK
RGB Variations
Color information
#525BA6 (or 0x525BA6) is known color: Rich Blue. HEX triplet: 52, 5B and A6. RGB value is (82,91,166). Sum of RGB (Red+Green+Blue) = 82+91+166=339 (44% of max value = 765). Red value is 82 (32.42% from 255 or 24.19% from 339); Green value is 91 (35.94% from 255 or 26.84% from 339); Blue value is 166 (65.23% from 255 or 48.97% from 339); Max value from RGB is 166 - color contains mainly: blue. Hex color #525BA6 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #525BA6 is #ADA459. Grayscale: #606060. Windows color (decimal): -11379802 or 10902354. OLE color: 10902354.
HSL color Cylindrical-coordinate representation of color #525BA6: hue angle of 233.57º degrees, saturation: 0.34, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #525BA6 is Cyan = 0.51, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 82 | 91 | 166 | - |
| CMYK | 0.51 | 0.45 | 0 | 0.35 |
| HSL | 233.57º | 0.34% | 0.49% | - |
| HSV(B) | 233.57º | 0.51% | 0.65% | - |
| XYZ | 14.1 | 12.03 | 37.65 | - |
| YUV | 96.86 | 167.02 | 117.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 91 | 166 | 0.51 | 0.45 | 0 | 0.35 | 233.57 | 0.34 | 0.49 |
| Hex | 52 | 5B | A6 | 33 | 2D | 0 | 23 | EA | 22 | 31 |
| Octal | 122 | 133 | 246 | 63 | 55 | 0 | 43 | 352 | 42 | 61 |
| Binary | 1010010 | 1011011 | 10100110 | 110011 | 101101 | 0 | 100011 | 11101010 | 100010 | 110001 |
Color Harmonies of #525BA6
Complementary color
Monochromatic Colors of #525BA6
Black with #525BA6
Text Example
Text Example
White with #525BA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #525BA6; }
p { color: rgb(82,91,166); }
H1.HeaderClassName
{
color: #525BA6;
}
.AnyTagClassName
{
color: #525BA6;
}
</style>
background-color css
<style>
a { background-color: #525BA6; }
a { background-color: rgb(82,91,166); }
div.DivClassName
{
background-color: #525BA6;
}
.BgClassName
{
background-color: #525BA6;
}
</style>
border-color css
<style>
span { border-color: #525BA6; }
span { border-color: rgb(82,91,166); }
td.TdClassName
{
border-color: #525BA6;
}
.TagClassName
{
border-color: #525BA6;
}
</style>