Shades of Rich Blue #525DB6
Tints of Rich Blue #525DB6
RGB
CMYK
RGB Variations
Color information
#525DB6 (or 0x525DB6) is known color: Rich Blue. HEX triplet: 52, 5D and B6. RGB value is (82,93,182). Sum of RGB (Red+Green+Blue) = 82+93+182=357 (47% of max value = 765). Red value is 82 (32.42% from 255 or 22.97% from 357); Green value is 93 (36.72% from 255 or 26.05% from 357); Blue value is 182 (71.48% from 255 or 50.98% from 357); Max value from RGB is 182 - color contains mainly: blue. Hex color #525DB6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #525DB6 is #ADA249. Grayscale: #636363. Windows color (decimal): -11379274 or 11951442. OLE color: 11951442.
HSL color Cylindrical-coordinate representation of color #525DB6: hue angle of 233.4º degrees, saturation: 0.41, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #525DB6 is Cyan = 0.55, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 82 | 93 | 182 | - |
| CMYK | 0.55 | 0.49 | 0 | 0.29 |
| HSL | 233.4º | 0.41% | 0.52% | - |
| HSV(B) | 233.4º | 0.55% | 0.71% | - |
| XYZ | 15.84 | 13 | 45.93 | - |
| YUV | 99.86 | 174.36 | 115.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 93 | 182 | 0.55 | 0.49 | 0 | 0.29 | 233.4 | 0.41 | 0.52 |
| Hex | 52 | 5D | B6 | 37 | 31 | 0 | 1D | E9 | 29 | 34 |
| Octal | 122 | 135 | 266 | 67 | 61 | 0 | 35 | 351 | 51 | 64 |
| Binary | 1010010 | 1011101 | 10110110 | 110111 | 110001 | 0 | 11101 | 11101001 | 101001 | 110100 |
Color Harmonies of #525DB6
Complementary color
Monochromatic Colors of #525DB6
Black with #525DB6
Text Example
Text Example
White with #525DB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #525DB6; }
p { color: rgb(82,93,182); }
H1.HeaderClassName
{
color: #525DB6;
}
.AnyTagClassName
{
color: #525DB6;
}
</style>
background-color css
<style>
a { background-color: #525DB6; }
a { background-color: rgb(82,93,182); }
div.DivClassName
{
background-color: #525DB6;
}
.BgClassName
{
background-color: #525DB6;
}
</style>
border-color css
<style>
span { border-color: #525DB6; }
span { border-color: rgb(82,93,182); }
td.TdClassName
{
border-color: #525DB6;
}
.TagClassName
{
border-color: #525DB6;
}
</style>