Shades of Rich Blue #525AAA
Tints of Rich Blue #525AAA
RGB
CMYK
RGB Variations
Color information
#525AAA (or 0x525AAA) is known color: Rich Blue. HEX triplet: 52, 5A and AA. RGB value is (82,90,170). Sum of RGB (Red+Green+Blue) = 82+90+170=342 (45% of max value = 765). Red value is 82 (32.42% from 255 or 23.98% from 342); Green value is 90 (35.55% from 255 or 26.32% from 342); Blue value is 170 (66.80% from 255 or 49.71% from 342); Max value from RGB is 170 - color contains mainly: blue. Hex color #525AAA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #525AAA is #ADA555. Grayscale: #606060. Windows color (decimal): -11380054 or 11164242. OLE color: 11164242.
HSL color Cylindrical-coordinate representation of color #525AAA: hue angle of 234.55º degrees, saturation: 0.35, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #525AAA is Cyan = 0.52, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 82 | 90 | 170 | - |
| CMYK | 0.52 | 0.47 | 0 | 0.33 |
| HSL | 234.55º | 0.35% | 0.49% | - |
| HSV(B) | 234.55º | 0.52% | 0.67% | - |
| XYZ | 14.39 | 12.01 | 39.59 | - |
| YUV | 96.73 | 169.35 | 117.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 90 | 170 | 0.52 | 0.47 | 0 | 0.33 | 234.55 | 0.35 | 0.49 |
| Hex | 52 | 5A | AA | 34 | 2F | 0 | 21 | EB | 23 | 31 |
| Octal | 122 | 132 | 252 | 64 | 57 | 0 | 41 | 353 | 43 | 61 |
| Binary | 1010010 | 1011010 | 10101010 | 110100 | 101111 | 0 | 100001 | 11101011 | 100011 | 110001 |
Color Harmonies of #525AAA
Complementary color
Monochromatic Colors of #525AAA
Black with #525AAA
Text Example
Text Example
White with #525AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #525AAA; }
p { color: rgb(82,90,170); }
H1.HeaderClassName
{
color: #525AAA;
}
.AnyTagClassName
{
color: #525AAA;
}
</style>
background-color css
<style>
a { background-color: #525AAA; }
a { background-color: rgb(82,90,170); }
div.DivClassName
{
background-color: #525AAA;
}
.BgClassName
{
background-color: #525AAA;
}
</style>
border-color css
<style>
span { border-color: #525AAA; }
span { border-color: rgb(82,90,170); }
td.TdClassName
{
border-color: #525AAA;
}
.TagClassName
{
border-color: #525AAA;
}
</style>