Shades of Rich Blue #525CAE
Tints of Rich Blue #525CAE
RGB
CMYK
RGB Variations
Color information
#525CAE (or 0x525CAE) is known color: Rich Blue. HEX triplet: 52, 5C and AE. RGB value is (82,92,174). Sum of RGB (Red+Green+Blue) = 82+92+174=348 (46% of max value = 765). Red value is 82 (32.42% from 255 or 23.56% from 348); Green value is 92 (36.33% from 255 or 26.44% from 348); Blue value is 174 (68.36% from 255 or 50% from 348); Max value from RGB is 174 - color contains mainly: blue. Hex color #525CAE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #525CAE is #ADA351. Grayscale: #626262. Windows color (decimal): -11379538 or 11426898. OLE color: 11426898.
HSL color Cylindrical-coordinate representation of color #525CAE: hue angle of 233.48º degrees, saturation: 0.36, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #525CAE is Cyan = 0.53, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 82 | 92 | 174 | - |
| CMYK | 0.53 | 0.47 | 0 | 0.32 |
| HSL | 233.48º | 0.36% | 0.5% | - |
| HSV(B) | 233.48º | 0.53% | 0.68% | - |
| XYZ | 14.95 | 12.5 | 41.67 | - |
| YUV | 98.36 | 170.69 | 116.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 92 | 174 | 0.53 | 0.47 | 0 | 0.32 | 233.48 | 0.36 | 0.5 |
| Hex | 52 | 5C | AE | 35 | 2F | 0 | 20 | E9 | 24 | 32 |
| Octal | 122 | 134 | 256 | 65 | 57 | 0 | 40 | 351 | 44 | 62 |
| Binary | 1010010 | 1011100 | 10101110 | 110101 | 101111 | 0 | 100000 | 11101001 | 100100 | 110010 |
Color Harmonies of #525CAE
Complementary color
Monochromatic Colors of #525CAE
Black with #525CAE
Text Example
Text Example
White with #525CAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #525CAE; }
p { color: rgb(82,92,174); }
H1.HeaderClassName
{
color: #525CAE;
}
.AnyTagClassName
{
color: #525CAE;
}
</style>
background-color css
<style>
a { background-color: #525CAE; }
a { background-color: rgb(82,92,174); }
div.DivClassName
{
background-color: #525CAE;
}
.BgClassName
{
background-color: #525CAE;
}
</style>
border-color css
<style>
span { border-color: #525CAE; }
span { border-color: rgb(82,92,174); }
td.TdClassName
{
border-color: #525CAE;
}
.TagClassName
{
border-color: #525CAE;
}
</style>