Shades of Rich Blue #5257A7
Tints of Rich Blue #5257A7
RGB
CMYK
RGB Variations
Color information
#5257A7 (or 0x5257A7) is known color: Rich Blue. HEX triplet: 52, 57 and A7. RGB value is (82,87,167). Sum of RGB (Red+Green+Blue) = 82+87+167=336 (44% of max value = 765). Red value is 82 (32.42% from 255 or 24.40% from 336); Green value is 87 (34.38% from 255 or 25.89% from 336); Blue value is 167 (65.62% from 255 or 49.70% from 336); Max value from RGB is 167 - color contains mainly: blue. Hex color #5257A7 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5257A7 is #ADA858. Grayscale: #5E5E5E. Windows color (decimal): -11380825 or 10966866. OLE color: 10966866.
HSL color Cylindrical-coordinate representation of color #5257A7: hue angle of 236.47º degrees, saturation: 0.34, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5257A7 is Cyan = 0.51, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 82 | 87 | 167 | - |
| CMYK | 0.51 | 0.48 | 0 | 0.35 |
| HSL | 236.47º | 0.34% | 0.49% | - |
| HSV(B) | 236.47º | 0.51% | 0.65% | - |
| XYZ | 13.86 | 11.4 | 38.03 | - |
| YUV | 94.63 | 168.84 | 119 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 87 | 167 | 0.51 | 0.48 | 0 | 0.35 | 236.47 | 0.34 | 0.49 |
| Hex | 52 | 57 | A7 | 33 | 30 | 0 | 23 | EC | 22 | 31 |
| Octal | 122 | 127 | 247 | 63 | 60 | 0 | 43 | 354 | 42 | 61 |
| Binary | 1010010 | 1010111 | 10100111 | 110011 | 110000 | 0 | 100011 | 11101100 | 100010 | 110001 |
Color Harmonies of #5257A7
Complementary color
Monochromatic Colors of #5257A7
Black with #5257A7
Text Example
Text Example
White with #5257A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5257A7; }
p { color: rgb(82,87,167); }
H1.HeaderClassName
{
color: #5257A7;
}
.AnyTagClassName
{
color: #5257A7;
}
</style>
background-color css
<style>
a { background-color: #5257A7; }
a { background-color: rgb(82,87,167); }
div.DivClassName
{
background-color: #5257A7;
}
.BgClassName
{
background-color: #5257A7;
}
</style>
border-color css
<style>
span { border-color: #5257A7; }
span { border-color: rgb(82,87,167); }
td.TdClassName
{
border-color: #5257A7;
}
.TagClassName
{
border-color: #5257A7;
}
</style>