Shades of Rich Blue #525DB1
Tints of Rich Blue #525DB1
RGB
CMYK
RGB Variations
Color information
#525DB1 (or 0x525DB1) is known color: Rich Blue. HEX triplet: 52, 5D and B1. RGB value is (82,93,177). Sum of RGB (Red+Green+Blue) = 82+93+177=352 (46% of max value = 765). Red value is 82 (32.42% from 255 or 23.30% from 352); Green value is 93 (36.72% from 255 or 26.42% from 352); Blue value is 177 (69.53% from 255 or 50.28% from 352); Max value from RGB is 177 - color contains mainly: blue. Hex color #525DB1 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #525DB1 is #ADA24E. Grayscale: #626262. Windows color (decimal): -11379279 or 11623762. OLE color: 11623762.
HSL color Cylindrical-coordinate representation of color #525DB1: hue angle of 233.05º degrees, saturation: 0.38, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #525DB1 is Cyan = 0.54, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 82 | 93 | 177 | - |
| CMYK | 0.54 | 0.47 | 0 | 0.31 |
| HSL | 233.05º | 0.38% | 0.51% | - |
| HSV(B) | 233.05º | 0.54% | 0.69% | - |
| XYZ | 15.33 | 12.8 | 43.26 | - |
| YUV | 99.29 | 171.86 | 115.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 93 | 177 | 0.54 | 0.47 | 0 | 0.31 | 233.05 | 0.38 | 0.51 |
| Hex | 52 | 5D | B1 | 36 | 2F | 0 | 1F | E9 | 26 | 33 |
| Octal | 122 | 135 | 261 | 66 | 57 | 0 | 37 | 351 | 46 | 63 |
| Binary | 1010010 | 1011101 | 10110001 | 110110 | 101111 | 0 | 11111 | 11101001 | 100110 | 110011 |
Color Harmonies of #525DB1
Complementary color
Monochromatic Colors of #525DB1
Black with #525DB1
Text Example
Text Example
White with #525DB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #525DB1; }
p { color: rgb(82,93,177); }
H1.HeaderClassName
{
color: #525DB1;
}
.AnyTagClassName
{
color: #525DB1;
}
</style>
background-color css
<style>
a { background-color: #525DB1; }
a { background-color: rgb(82,93,177); }
div.DivClassName
{
background-color: #525DB1;
}
.BgClassName
{
background-color: #525DB1;
}
</style>
border-color css
<style>
span { border-color: #525DB1; }
span { border-color: rgb(82,93,177); }
td.TdClassName
{
border-color: #525DB1;
}
.TagClassName
{
border-color: #525DB1;
}
</style>