Shades of Rich Blue #525EAC
Tints of Rich Blue #525EAC
RGB
CMYK
RGB Variations
Color information
#525EAC (or 0x525EAC) is known color: Rich Blue. HEX triplet: 52, 5E and AC. RGB value is (82,94,172). Sum of RGB (Red+Green+Blue) = 82+94+172=348 (46% of max value = 765). Red value is 82 (32.42% from 255 or 23.56% from 348); Green value is 94 (37.11% from 255 or 27.01% from 348); Blue value is 172 (67.58% from 255 or 49.43% from 348); Max value from RGB is 172 - color contains mainly: blue. Hex color #525EAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #525EAC is #ADA153. Grayscale: #626262. Windows color (decimal): -11379028 or 11296338. OLE color: 11296338.
HSL color Cylindrical-coordinate representation of color #525EAC: hue angle of 232º 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 #525EAC is Cyan = 0.52, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 82 | 94 | 172 | - |
| CMYK | 0.52 | 0.45 | 0 | 0.33 |
| HSL | 232º | 0.35% | 0.5% | - |
| HSV(B) | 232º | 0.52% | 0.67% | - |
| XYZ | 14.93 | 12.78 | 40.71 | - |
| YUV | 99.3 | 169.02 | 115.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 94 | 172 | 0.52 | 0.45 | 0 | 0.33 | 232 | 0.35 | 0.5 |
| Hex | 52 | 5E | AC | 34 | 2D | 0 | 21 | E8 | 23 | 32 |
| Octal | 122 | 136 | 254 | 64 | 55 | 0 | 41 | 350 | 43 | 62 |
| Binary | 1010010 | 1011110 | 10101100 | 110100 | 101101 | 0 | 100001 | 11101000 | 100011 | 110010 |
Color Harmonies of #525EAC
Complementary color
Monochromatic Colors of #525EAC
Black with #525EAC
Text Example
Text Example
White with #525EAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #525EAC; }
p { color: rgb(82,94,172); }
H1.HeaderClassName
{
color: #525EAC;
}
.AnyTagClassName
{
color: #525EAC;
}
</style>
background-color css
<style>
a { background-color: #525EAC; }
a { background-color: rgb(82,94,172); }
div.DivClassName
{
background-color: #525EAC;
}
.BgClassName
{
background-color: #525EAC;
}
</style>
border-color css
<style>
span { border-color: #525EAC; }
span { border-color: rgb(82,94,172); }
td.TdClassName
{
border-color: #525EAC;
}
.TagClassName
{
border-color: #525EAC;
}
</style>