Shades of Rich Blue #525CAF
Tints of Rich Blue #525CAF
RGB
CMYK
RGB Variations
Color information
#525CAF (or 0x525CAF) is known color: Rich Blue. HEX triplet: 52, 5C and AF. RGB value is (82,92,175). Sum of RGB (Red+Green+Blue) = 82+92+175=349 (46% of max value = 765). Red value is 82 (32.42% from 255 or 23.50% from 349); Green value is 92 (36.33% from 255 or 26.36% from 349); Blue value is 175 (68.75% from 255 or 50.14% from 349); Max value from RGB is 175 - color contains mainly: blue. Hex color #525CAF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #525CAF is #ADA350. Grayscale: #626262. Windows color (decimal): -11379537 or 11492434. OLE color: 11492434.
HSL color Cylindrical-coordinate representation of color #525CAF: hue angle of 233.55º degrees, saturation: 0.37, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #525CAF is Cyan = 0.53, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 82 | 92 | 175 | - |
| CMYK | 0.53 | 0.47 | 0 | 0.31 |
| HSL | 233.55º | 0.37% | 0.5% | - |
| HSV(B) | 233.55º | 0.53% | 0.69% | - |
| XYZ | 15.04 | 12.54 | 42.19 | - |
| YUV | 98.47 | 171.19 | 116.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 92 | 175 | 0.53 | 0.47 | 0 | 0.31 | 233.55 | 0.37 | 0.5 |
| Hex | 52 | 5C | AF | 35 | 2F | 0 | 1F | EA | 25 | 32 |
| Octal | 122 | 134 | 257 | 65 | 57 | 0 | 37 | 352 | 45 | 62 |
| Binary | 1010010 | 1011100 | 10101111 | 110101 | 101111 | 0 | 11111 | 11101010 | 100101 | 110010 |
Color Harmonies of #525CAF
Complementary color
Monochromatic Colors of #525CAF
Black with #525CAF
Text Example
Text Example
White with #525CAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #525CAF; }
p { color: rgb(82,92,175); }
H1.HeaderClassName
{
color: #525CAF;
}
.AnyTagClassName
{
color: #525CAF;
}
</style>
background-color css
<style>
a { background-color: #525CAF; }
a { background-color: rgb(82,92,175); }
div.DivClassName
{
background-color: #525CAF;
}
.BgClassName
{
background-color: #525CAF;
}
</style>
border-color css
<style>
span { border-color: #525CAF; }
span { border-color: rgb(82,92,175); }
td.TdClassName
{
border-color: #525CAF;
}
.TagClassName
{
border-color: #525CAF;
}
</style>