Shades of Rich Blue #525DAB
Tints of Rich Blue #525DAB
RGB
CMYK
RGB Variations
Color information
#525DAB (or 0x525DAB) is known color: Rich Blue. HEX triplet: 52, 5D and AB. RGB value is (82,93,171). Sum of RGB (Red+Green+Blue) = 82+93+171=346 (45% of max value = 765). Red value is 82 (32.42% from 255 or 23.70% from 346); Green value is 93 (36.72% from 255 or 26.88% from 346); Blue value is 171 (67.19% from 255 or 49.42% from 346); Max value from RGB is 171 - color contains mainly: blue. Hex color #525DAB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #525DAB is #ADA254. Grayscale: #626262. Windows color (decimal): -11379285 or 11230546. OLE color: 11230546.
HSL color Cylindrical-coordinate representation of color #525DAB: hue angle of 232.58º degrees, saturation: 0.35, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #525DAB is Cyan = 0.52, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 82 | 93 | 171 | - |
| CMYK | 0.52 | 0.46 | 0 | 0.33 |
| HSL | 232.58º | 0.35% | 0.5% | - |
| HSV(B) | 232.58º | 0.52% | 0.67% | - |
| XYZ | 14.74 | 12.56 | 40.18 | - |
| YUV | 98.6 | 168.86 | 116.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 93 | 171 | 0.52 | 0.46 | 0 | 0.33 | 232.58 | 0.35 | 0.5 |
| Hex | 52 | 5D | AB | 34 | 2E | 0 | 21 | E9 | 23 | 32 |
| Octal | 122 | 135 | 253 | 64 | 56 | 0 | 41 | 351 | 43 | 62 |
| Binary | 1010010 | 1011101 | 10101011 | 110100 | 101110 | 0 | 100001 | 11101001 | 100011 | 110010 |
Color Harmonies of #525DAB
Complementary color
Monochromatic Colors of #525DAB
Black with #525DAB
Text Example
Text Example
White with #525DAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #525DAB; }
p { color: rgb(82,93,171); }
H1.HeaderClassName
{
color: #525DAB;
}
.AnyTagClassName
{
color: #525DAB;
}
</style>
background-color css
<style>
a { background-color: #525DAB; }
a { background-color: rgb(82,93,171); }
div.DivClassName
{
background-color: #525DAB;
}
.BgClassName
{
background-color: #525DAB;
}
</style>
border-color css
<style>
span { border-color: #525DAB; }
span { border-color: rgb(82,93,171); }
td.TdClassName
{
border-color: #525DAB;
}
.TagClassName
{
border-color: #525DAB;
}
</style>