Shades of Rich Blue #525CAA
Tints of Rich Blue #525CAA
RGB
CMYK
RGB Variations
Color information
#525CAA (or 0x525CAA) is known color: Rich Blue. HEX triplet: 52, 5C and AA. RGB value is (82,92,170). Sum of RGB (Red+Green+Blue) = 82+92+170=344 (45% of max value = 765). Red value is 82 (32.42% from 255 or 23.84% from 344); Green value is 92 (36.33% from 255 or 26.74% from 344); Blue value is 170 (66.80% from 255 or 49.42% from 344); Max value from RGB is 170 - color contains mainly: blue. Hex color #525CAA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #525CAA is #ADA355. Grayscale: #616161. Windows color (decimal): -11379542 or 11164754. OLE color: 11164754.
HSL color Cylindrical-coordinate representation of color #525CAA: hue angle of 233.18º 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 #525CAA is Cyan = 0.52, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 82 | 92 | 170 | - |
| CMYK | 0.52 | 0.46 | 0 | 0.33 |
| HSL | 233.18º | 0.35% | 0.49% | - |
| HSV(B) | 233.18º | 0.52% | 0.67% | - |
| XYZ | 14.56 | 12.35 | 39.65 | - |
| YUV | 97.9 | 168.69 | 116.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 92 | 170 | 0.52 | 0.46 | 0 | 0.33 | 233.18 | 0.35 | 0.49 |
| Hex | 52 | 5C | AA | 34 | 2E | 0 | 21 | E9 | 23 | 31 |
| Octal | 122 | 134 | 252 | 64 | 56 | 0 | 41 | 351 | 43 | 61 |
| Binary | 1010010 | 1011100 | 10101010 | 110100 | 101110 | 0 | 100001 | 11101001 | 100011 | 110001 |
Color Harmonies of #525CAA
Complementary color
Monochromatic Colors of #525CAA
Black with #525CAA
Text Example
Text Example
White with #525CAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #525CAA; }
p { color: rgb(82,92,170); }
H1.HeaderClassName
{
color: #525CAA;
}
.AnyTagClassName
{
color: #525CAA;
}
</style>
background-color css
<style>
a { background-color: #525CAA; }
a { background-color: rgb(82,92,170); }
div.DivClassName
{
background-color: #525CAA;
}
.BgClassName
{
background-color: #525CAA;
}
</style>
border-color css
<style>
span { border-color: #525CAA; }
span { border-color: rgb(82,92,170); }
td.TdClassName
{
border-color: #525CAA;
}
.TagClassName
{
border-color: #525CAA;
}
</style>