Shades of Rich Blue #525DB4
Tints of Rich Blue #525DB4
RGB
CMYK
RGB Variations
Color information
#525DB4 (or 0x525DB4) is known color: Rich Blue. HEX triplet: 52, 5D and B4. RGB value is (82,93,180). Sum of RGB (Red+Green+Blue) = 82+93+180=355 (47% of max value = 765). Red value is 82 (32.42% from 255 or 23.10% from 355); Green value is 93 (36.72% from 255 or 26.20% from 355); Blue value is 180 (70.70% from 255 or 50.70% from 355); Max value from RGB is 180 - color contains mainly: blue. Hex color #525DB4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #525DB4 is #ADA24B. Grayscale: #636363. Windows color (decimal): -11379276 or 11820370. OLE color: 11820370.
HSL color Cylindrical-coordinate representation of color #525DB4: hue angle of 233.27º degrees, saturation: 0.4, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #525DB4 is Cyan = 0.54, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 82 | 93 | 180 | - |
| CMYK | 0.54 | 0.48 | 0 | 0.29 |
| HSL | 233.27º | 0.4% | 0.51% | - |
| HSV(B) | 233.27º | 0.54% | 0.71% | - |
| XYZ | 15.63 | 12.92 | 44.85 | - |
| YUV | 99.63 | 173.36 | 115.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 93 | 180 | 0.54 | 0.48 | 0 | 0.29 | 233.27 | 0.4 | 0.51 |
| Hex | 52 | 5D | B4 | 36 | 30 | 0 | 1D | E9 | 28 | 33 |
| Octal | 122 | 135 | 264 | 66 | 60 | 0 | 35 | 351 | 50 | 63 |
| Binary | 1010010 | 1011101 | 10110100 | 110110 | 110000 | 0 | 11101 | 11101001 | 101000 | 110011 |
Color Harmonies of #525DB4
Complementary color
Monochromatic Colors of #525DB4
Black with #525DB4
Text Example
Text Example
White with #525DB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #525DB4; }
p { color: rgb(82,93,180); }
H1.HeaderClassName
{
color: #525DB4;
}
.AnyTagClassName
{
color: #525DB4;
}
</style>
background-color css
<style>
a { background-color: #525DB4; }
a { background-color: rgb(82,93,180); }
div.DivClassName
{
background-color: #525DB4;
}
.BgClassName
{
background-color: #525DB4;
}
</style>
border-color css
<style>
span { border-color: #525DB4; }
span { border-color: rgb(82,93,180); }
td.TdClassName
{
border-color: #525DB4;
}
.TagClassName
{
border-color: #525DB4;
}
</style>