Shades of Rich Blue #525DAC
Tints of Rich Blue #525DAC
RGB
CMYK
RGB Variations
Color information
#525DAC (or 0x525DAC) is known color: Rich Blue. HEX triplet: 52, 5D and AC. RGB value is (82,93,172). Sum of RGB (Red+Green+Blue) = 82+93+172=347 (45% of max value = 765). Red value is 82 (32.42% from 255 or 23.63% from 347); Green value is 93 (36.72% from 255 or 26.80% from 347); Blue value is 172 (67.58% from 255 or 49.57% from 347); Max value from RGB is 172 - color contains mainly: blue. Hex color #525DAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #525DAC is #ADA253. Grayscale: #626262. Windows color (decimal): -11379284 or 11296082. OLE color: 11296082.
HSL color Cylindrical-coordinate representation of color #525DAC: hue angle of 232.67º 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 #525DAC is Cyan = 0.52, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 82 | 93 | 172 | - |
| CMYK | 0.52 | 0.46 | 0 | 0.33 |
| HSL | 232.67º | 0.35% | 0.5% | - |
| HSV(B) | 232.67º | 0.52% | 0.67% | - |
| XYZ | 14.84 | 12.6 | 40.68 | - |
| YUV | 98.72 | 169.36 | 116.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 93 | 172 | 0.52 | 0.46 | 0 | 0.33 | 232.67 | 0.35 | 0.5 |
| Hex | 52 | 5D | AC | 34 | 2E | 0 | 21 | E9 | 23 | 32 |
| Octal | 122 | 135 | 254 | 64 | 56 | 0 | 41 | 351 | 43 | 62 |
| Binary | 1010010 | 1011101 | 10101100 | 110100 | 101110 | 0 | 100001 | 11101001 | 100011 | 110010 |
Color Harmonies of #525DAC
Complementary color
Monochromatic Colors of #525DAC
Black with #525DAC
Text Example
Text Example
White with #525DAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #525DAC; }
p { color: rgb(82,93,172); }
H1.HeaderClassName
{
color: #525DAC;
}
.AnyTagClassName
{
color: #525DAC;
}
</style>
background-color css
<style>
a { background-color: #525DAC; }
a { background-color: rgb(82,93,172); }
div.DivClassName
{
background-color: #525DAC;
}
.BgClassName
{
background-color: #525DAC;
}
</style>
border-color css
<style>
span { border-color: #525DAC; }
span { border-color: rgb(82,93,172); }
td.TdClassName
{
border-color: #525DAC;
}
.TagClassName
{
border-color: #525DAC;
}
</style>