Shades of Rich Blue #5256AB
Tints of Rich Blue #5256AB
RGB
CMYK
RGB Variations
Color information
#5256AB (or 0x5256AB) is known color: Rich Blue. HEX triplet: 52, 56 and AB. RGB value is (82,86,171). Sum of RGB (Red+Green+Blue) = 82+86+171=339 (44% of max value = 765). Red value is 82 (32.42% from 255 or 24.19% from 339); Green value is 86 (33.98% from 255 or 25.37% from 339); Blue value is 171 (67.19% from 255 or 50.44% from 339); Max value from RGB is 171 - color contains mainly: blue. Hex color #5256AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5256AB is #ADA954. Grayscale: #5E5E5E. Windows color (decimal): -11381077 or 11228754. OLE color: 11228754.
HSL color Cylindrical-coordinate representation of color #5256AB: hue angle of 237.3º 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 #5256AB is Cyan = 0.52, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 82 | 86 | 171 | - |
| CMYK | 0.52 | 0.50 | 0 | 0.33 |
| HSL | 237.3º | 0.35% | 0.5% | - |
| HSV(B) | 237.3º | 0.52% | 0.67% | - |
| XYZ | 14.16 | 11.39 | 39.98 | - |
| YUV | 94.49 | 171.17 | 119.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 86 | 171 | 0.52 | 0.50 | 0 | 0.33 | 237.3 | 0.35 | 0.5 |
| Hex | 52 | 56 | AB | 34 | 32 | 0 | 21 | ED | 23 | 32 |
| Octal | 122 | 126 | 253 | 64 | 62 | 0 | 41 | 355 | 43 | 62 |
| Binary | 1010010 | 1010110 | 10101011 | 110100 | 110010 | 0 | 100001 | 11101101 | 100011 | 110010 |
Color Harmonies of #5256AB
Complementary color
Monochromatic Colors of #5256AB
Black with #5256AB
Text Example
Text Example
White with #5256AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5256AB; }
p { color: rgb(82,86,171); }
H1.HeaderClassName
{
color: #5256AB;
}
.AnyTagClassName
{
color: #5256AB;
}
</style>
background-color css
<style>
a { background-color: #5256AB; }
a { background-color: rgb(82,86,171); }
div.DivClassName
{
background-color: #5256AB;
}
.BgClassName
{
background-color: #5256AB;
}
</style>
border-color css
<style>
span { border-color: #5256AB; }
span { border-color: rgb(82,86,171); }
td.TdClassName
{
border-color: #5256AB;
}
.TagClassName
{
border-color: #5256AB;
}
</style>