Shades of Rich Blue #5259AB
Tints of Rich Blue #5259AB
RGB
CMYK
RGB Variations
Color information
#5259AB (or 0x5259AB) is known color: Rich Blue. HEX triplet: 52, 59 and AB. RGB value is (82,89,171). Sum of RGB (Red+Green+Blue) = 82+89+171=342 (45% of max value = 765). Red value is 82 (32.42% from 255 or 23.98% from 342); Green value is 89 (35.16% from 255 or 26.02% from 342); Blue value is 171 (67.19% from 255 or 50% from 342); Max value from RGB is 171 - color contains mainly: blue. Hex color #5259AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5259AB is #ADA654. Grayscale: #5F5F5F. Windows color (decimal): -11380309 or 11229522. OLE color: 11229522.
HSL color Cylindrical-coordinate representation of color #5259AB: hue angle of 235.28º 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 #5259AB is Cyan = 0.52, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 82 | 89 | 171 | - |
| CMYK | 0.52 | 0.48 | 0 | 0.33 |
| HSL | 235.28º | 0.35% | 0.5% | - |
| HSV(B) | 235.28º | 0.52% | 0.67% | - |
| XYZ | 14.4 | 11.88 | 40.06 | - |
| YUV | 96.26 | 170.18 | 117.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 89 | 171 | 0.52 | 0.48 | 0 | 0.33 | 235.28 | 0.35 | 0.5 |
| Hex | 52 | 59 | AB | 34 | 30 | 0 | 21 | EB | 23 | 32 |
| Octal | 122 | 131 | 253 | 64 | 60 | 0 | 41 | 353 | 43 | 62 |
| Binary | 1010010 | 1011001 | 10101011 | 110100 | 110000 | 0 | 100001 | 11101011 | 100011 | 110010 |
Color Harmonies of #5259AB
Complementary color
Monochromatic Colors of #5259AB
Black with #5259AB
Text Example
Text Example
White with #5259AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5259AB; }
p { color: rgb(82,89,171); }
H1.HeaderClassName
{
color: #5259AB;
}
.AnyTagClassName
{
color: #5259AB;
}
</style>
background-color css
<style>
a { background-color: #5259AB; }
a { background-color: rgb(82,89,171); }
div.DivClassName
{
background-color: #5259AB;
}
.BgClassName
{
background-color: #5259AB;
}
</style>
border-color css
<style>
span { border-color: #5259AB; }
span { border-color: rgb(82,89,171); }
td.TdClassName
{
border-color: #5259AB;
}
.TagClassName
{
border-color: #5259AB;
}
</style>