Shades of Rich Blue #525CAB
Tints of Rich Blue #525CAB
RGB
CMYK
RGB Variations
Color information
#525CAB (or 0x525CAB) is known color: Rich Blue. HEX triplet: 52, 5C and AB. RGB value is (82,92,171). Sum of RGB (Red+Green+Blue) = 82+92+171=345 (45% of max value = 765). Red value is 82 (32.42% from 255 or 23.77% from 345); Green value is 92 (36.33% from 255 or 26.67% from 345); Blue value is 171 (67.19% from 255 or 49.57% from 345); Max value from RGB is 171 - color contains mainly: blue. Hex color #525CAB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #525CAB is #ADA354. Grayscale: #616161. Windows color (decimal): -11379541 or 11230290. OLE color: 11230290.
HSL color Cylindrical-coordinate representation of color #525CAB: hue angle of 233.26º 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 #525CAB is Cyan = 0.52, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 82 | 92 | 171 | - |
| CMYK | 0.52 | 0.46 | 0 | 0.33 |
| HSL | 233.26º | 0.35% | 0.5% | - |
| HSV(B) | 233.26º | 0.52% | 0.67% | - |
| XYZ | 14.66 | 12.39 | 40.15 | - |
| YUV | 98.02 | 169.19 | 116.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 92 | 171 | 0.52 | 0.46 | 0 | 0.33 | 233.26 | 0.35 | 0.5 |
| Hex | 52 | 5C | AB | 34 | 2E | 0 | 21 | E9 | 23 | 32 |
| Octal | 122 | 134 | 253 | 64 | 56 | 0 | 41 | 351 | 43 | 62 |
| Binary | 1010010 | 1011100 | 10101011 | 110100 | 101110 | 0 | 100001 | 11101001 | 100011 | 110010 |
Color Harmonies of #525CAB
Complementary color
Monochromatic Colors of #525CAB
Black with #525CAB
Text Example
Text Example
White with #525CAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #525CAB; }
p { color: rgb(82,92,171); }
H1.HeaderClassName
{
color: #525CAB;
}
.AnyTagClassName
{
color: #525CAB;
}
</style>
background-color css
<style>
a { background-color: #525CAB; }
a { background-color: rgb(82,92,171); }
div.DivClassName
{
background-color: #525CAB;
}
.BgClassName
{
background-color: #525CAB;
}
</style>
border-color css
<style>
span { border-color: #525CAB; }
span { border-color: rgb(82,92,171); }
td.TdClassName
{
border-color: #525CAB;
}
.TagClassName
{
border-color: #525CAB;
}
</style>