Shades of Rich Blue #525BAC
Tints of Rich Blue #525BAC
RGB
CMYK
RGB Variations
Color information
#525BAC (or 0x525BAC) is known color: Rich Blue. HEX triplet: 52, 5B and AC. RGB value is (82,91,172). Sum of RGB (Red+Green+Blue) = 82+91+172=345 (45% of max value = 765). Red value is 82 (32.42% from 255 or 23.77% from 345); Green value is 91 (35.94% from 255 or 26.38% from 345); Blue value is 172 (67.58% from 255 or 49.86% from 345); Max value from RGB is 172 - color contains mainly: blue. Hex color #525BAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #525BAC is #ADA453. Grayscale: #616161. Windows color (decimal): -11379796 or 11295570. OLE color: 11295570.
HSL color Cylindrical-coordinate representation of color #525BAC: hue angle of 234º 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 #525BAC is Cyan = 0.52, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 82 | 91 | 172 | - |
| CMYK | 0.52 | 0.47 | 0 | 0.33 |
| HSL | 234º | 0.35% | 0.5% | - |
| HSV(B) | 234º | 0.52% | 0.67% | - |
| XYZ | 14.67 | 12.25 | 40.62 | - |
| YUV | 97.54 | 170.02 | 116.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 91 | 172 | 0.52 | 0.47 | 0 | 0.33 | 234 | 0.35 | 0.5 |
| Hex | 52 | 5B | AC | 34 | 2F | 0 | 21 | EA | 23 | 32 |
| Octal | 122 | 133 | 254 | 64 | 57 | 0 | 41 | 352 | 43 | 62 |
| Binary | 1010010 | 1011011 | 10101100 | 110100 | 101111 | 0 | 100001 | 11101010 | 100011 | 110010 |
Color Harmonies of #525BAC
Complementary color
Monochromatic Colors of #525BAC
Black with #525BAC
Text Example
Text Example
White with #525BAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #525BAC; }
p { color: rgb(82,91,172); }
H1.HeaderClassName
{
color: #525BAC;
}
.AnyTagClassName
{
color: #525BAC;
}
</style>
background-color css
<style>
a { background-color: #525BAC; }
a { background-color: rgb(82,91,172); }
div.DivClassName
{
background-color: #525BAC;
}
.BgClassName
{
background-color: #525BAC;
}
</style>
border-color css
<style>
span { border-color: #525BAC; }
span { border-color: rgb(82,91,172); }
td.TdClassName
{
border-color: #525BAC;
}
.TagClassName
{
border-color: #525BAC;
}
</style>