Shades of Rich Blue #5257BE
Tints of Rich Blue #5257BE
RGB
CMYK
RGB Variations
Color information
#5257BE (or 0x5257BE) is known color: Rich Blue. HEX triplet: 52, 57 and BE. RGB value is (82,87,190). Sum of RGB (Red+Green+Blue) = 82+87+190=359 (47% of max value = 765). Red value is 82 (32.42% from 255 or 22.84% from 359); Green value is 87 (34.38% from 255 or 24.23% from 359); Blue value is 190 (74.61% from 255 or 52.92% from 359); Max value from RGB is 190 - color contains mainly: blue. Hex color #5257BE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5257BE is #ADA841. Grayscale: #606060. Windows color (decimal): -11380802 or 12474194. OLE color: 12474194.
HSL color Cylindrical-coordinate representation of color #5257BE: hue angle of 237.22º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5257BE is Cyan = 0.57, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 82 | 87 | 190 | - |
| CMYK | 0.57 | 0.54 | 0 | 0.25 |
| HSL | 237.22º | 0.45% | 0.53% | - |
| HSV(B) | 237.22º | 0.57% | 0.75% | - |
| XYZ | 16.18 | 12.33 | 50.24 | - |
| YUV | 97.25 | 180.34 | 117.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 87 | 190 | 0.57 | 0.54 | 0 | 0.25 | 237.22 | 0.45 | 0.53 |
| Hex | 52 | 57 | BE | 39 | 36 | 0 | 19 | ED | 2D | 35 |
| Octal | 122 | 127 | 276 | 71 | 66 | 0 | 31 | 355 | 55 | 65 |
| Binary | 1010010 | 1010111 | 10111110 | 111001 | 110110 | 0 | 11001 | 11101101 | 101101 | 110101 |
Color Harmonies of #5257BE
Complementary color
Monochromatic Colors of #5257BE
Black with #5257BE
Text Example
Text Example
White with #5257BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5257BE; }
p { color: rgb(82,87,190); }
H1.HeaderClassName
{
color: #5257BE;
}
.AnyTagClassName
{
color: #5257BE;
}
</style>
background-color css
<style>
a { background-color: #5257BE; }
a { background-color: rgb(82,87,190); }
div.DivClassName
{
background-color: #5257BE;
}
.BgClassName
{
background-color: #5257BE;
}
</style>
border-color css
<style>
span { border-color: #5257BE; }
span { border-color: rgb(82,87,190); }
td.TdClassName
{
border-color: #5257BE;
}
.TagClassName
{
border-color: #5257BE;
}
</style>