Shades of Rich Blue #525DB3
Tints of Rich Blue #525DB3
RGB
CMYK
RGB Variations
Color information
#525DB3 (or 0x525DB3) is known color: Rich Blue. HEX triplet: 52, 5D and B3. RGB value is (82,93,179). Sum of RGB (Red+Green+Blue) = 82+93+179=354 (46% of max value = 765). Red value is 82 (32.42% from 255 or 23.16% from 354); Green value is 93 (36.72% from 255 or 26.27% from 354); Blue value is 179 (70.31% from 255 or 50.56% from 354); Max value from RGB is 179 - color contains mainly: blue. Hex color #525DB3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #525DB3 is #ADA24C. Grayscale: #636363. Windows color (decimal): -11379277 or 11754834. OLE color: 11754834.
HSL color Cylindrical-coordinate representation of color #525DB3: hue angle of 233.2º degrees, saturation: 0.39, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #525DB3 is Cyan = 0.54, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 82 | 93 | 179 | - |
| CMYK | 0.54 | 0.48 | 0 | 0.30 |
| HSL | 233.2º | 0.39% | 0.51% | - |
| HSV(B) | 233.2º | 0.54% | 0.7% | - |
| XYZ | 15.53 | 12.88 | 44.31 | - |
| YUV | 99.52 | 172.86 | 115.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 93 | 179 | 0.54 | 0.48 | 0 | 0.30 | 233.2 | 0.39 | 0.51 |
| Hex | 52 | 5D | B3 | 36 | 30 | 0 | 1E | E9 | 27 | 33 |
| Octal | 122 | 135 | 263 | 66 | 60 | 0 | 36 | 351 | 47 | 63 |
| Binary | 1010010 | 1011101 | 10110011 | 110110 | 110000 | 0 | 11110 | 11101001 | 100111 | 110011 |
Color Harmonies of #525DB3
Complementary color
Monochromatic Colors of #525DB3
Black with #525DB3
Text Example
Text Example
White with #525DB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #525DB3; }
p { color: rgb(82,93,179); }
H1.HeaderClassName
{
color: #525DB3;
}
.AnyTagClassName
{
color: #525DB3;
}
</style>
background-color css
<style>
a { background-color: #525DB3; }
a { background-color: rgb(82,93,179); }
div.DivClassName
{
background-color: #525DB3;
}
.BgClassName
{
background-color: #525DB3;
}
</style>
border-color css
<style>
span { border-color: #525DB3; }
span { border-color: rgb(82,93,179); }
td.TdClassName
{
border-color: #525DB3;
}
.TagClassName
{
border-color: #525DB3;
}
</style>