Shades of Rich Blue #5256AE
Tints of Rich Blue #5256AE
RGB
CMYK
RGB Variations
Color information
#5256AE (or 0x5256AE) is known color: Rich Blue. HEX triplet: 52, 56 and AE. RGB value is (82,86,174). Sum of RGB (Red+Green+Blue) = 82+86+174=342 (45% of max value = 765). Red value is 82 (32.42% from 255 or 23.98% from 342); Green value is 86 (33.98% from 255 or 25.15% from 342); Blue value is 174 (68.36% from 255 or 50.88% from 342); Max value from RGB is 174 - color contains mainly: blue. Hex color #5256AE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5256AE is #ADA951. Grayscale: #5E5E5E. Windows color (decimal): -11381074 or 11425362. OLE color: 11425362.
HSL color Cylindrical-coordinate representation of color #5256AE: hue angle of 237.39º degrees, saturation: 0.36, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5256AE is Cyan = 0.53, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 82 | 86 | 174 | - |
| CMYK | 0.53 | 0.51 | 0 | 0.32 |
| HSL | 237.39º | 0.36% | 0.5% | - |
| HSV(B) | 237.39º | 0.53% | 0.68% | - |
| XYZ | 14.45 | 11.51 | 41.5 | - |
| YUV | 94.84 | 172.67 | 118.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 86 | 174 | 0.53 | 0.51 | 0 | 0.32 | 237.39 | 0.36 | 0.5 |
| Hex | 52 | 56 | AE | 35 | 33 | 0 | 20 | ED | 24 | 32 |
| Octal | 122 | 126 | 256 | 65 | 63 | 0 | 40 | 355 | 44 | 62 |
| Binary | 1010010 | 1010110 | 10101110 | 110101 | 110011 | 0 | 100000 | 11101101 | 100100 | 110010 |
Color Harmonies of #5256AE
Complementary color
Monochromatic Colors of #5256AE
Black with #5256AE
Text Example
Text Example
White with #5256AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5256AE; }
p { color: rgb(82,86,174); }
H1.HeaderClassName
{
color: #5256AE;
}
.AnyTagClassName
{
color: #5256AE;
}
</style>
background-color css
<style>
a { background-color: #5256AE; }
a { background-color: rgb(82,86,174); }
div.DivClassName
{
background-color: #5256AE;
}
.BgClassName
{
background-color: #5256AE;
}
</style>
border-color css
<style>
span { border-color: #5256AE; }
span { border-color: rgb(82,86,174); }
td.TdClassName
{
border-color: #5256AE;
}
.TagClassName
{
border-color: #5256AE;
}
</style>