Shades of Rich Blue #525DA6
Tints of Rich Blue #525DA6
RGB
CMYK
RGB Variations
Color information
#525DA6 (or 0x525DA6) is known color: Rich Blue. HEX triplet: 52, 5D and A6. RGB value is (82,93,166). Sum of RGB (Red+Green+Blue) = 82+93+166=341 (45% of max value = 765). Red value is 82 (32.42% from 255 or 24.05% from 341); Green value is 93 (36.72% from 255 or 27.27% from 341); Blue value is 166 (65.23% from 255 or 48.68% from 341); Max value from RGB is 166 - color contains mainly: blue. Hex color #525DA6 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #525DA6 is #ADA259. Grayscale: #616161. Windows color (decimal): -11379290 or 10902866. OLE color: 10902866.
HSL color Cylindrical-coordinate representation of color #525DA6: hue angle of 232.14º degrees, saturation: 0.34, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #525DA6 is Cyan = 0.51, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 82 | 93 | 166 | - |
| CMYK | 0.51 | 0.44 | 0 | 0.35 |
| HSL | 232.14º | 0.34% | 0.49% | - |
| HSV(B) | 232.14º | 0.51% | 0.65% | - |
| XYZ | 14.28 | 12.38 | 37.71 | - |
| YUV | 98.03 | 166.36 | 116.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 93 | 166 | 0.51 | 0.44 | 0 | 0.35 | 232.14 | 0.34 | 0.49 |
| Hex | 52 | 5D | A6 | 33 | 2C | 0 | 23 | E8 | 22 | 31 |
| Octal | 122 | 135 | 246 | 63 | 54 | 0 | 43 | 350 | 42 | 61 |
| Binary | 1010010 | 1011101 | 10100110 | 110011 | 101100 | 0 | 100011 | 11101000 | 100010 | 110001 |
Color Harmonies of #525DA6
Complementary color
Monochromatic Colors of #525DA6
Black with #525DA6
Text Example
Text Example
White with #525DA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #525DA6; }
p { color: rgb(82,93,166); }
H1.HeaderClassName
{
color: #525DA6;
}
.AnyTagClassName
{
color: #525DA6;
}
</style>
background-color css
<style>
a { background-color: #525DA6; }
a { background-color: rgb(82,93,166); }
div.DivClassName
{
background-color: #525DA6;
}
.BgClassName
{
background-color: #525DA6;
}
</style>
border-color css
<style>
span { border-color: #525DA6; }
span { border-color: rgb(82,93,166); }
td.TdClassName
{
border-color: #525DA6;
}
.TagClassName
{
border-color: #525DA6;
}
</style>