Shades of Rich Blue #5253BE
Tints of Rich Blue #5253BE
RGB
CMYK
RGB Variations
Color information
#5253BE (or 0x5253BE) is known color: Rich Blue. HEX triplet: 52, 53 and BE. RGB value is (82,83,190). Sum of RGB (Red+Green+Blue) = 82+83+190=355 (47% of max value = 765). Red value is 82 (32.42% from 255 or 23.10% from 355); Green value is 83 (32.81% from 255 or 23.38% from 355); Blue value is 190 (74.61% from 255 or 53.52% from 355); Max value from RGB is 190 - color contains mainly: blue. Hex color #5253BE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5253BE is #ADAC41. Grayscale: #5E5E5E. Windows color (decimal): -11381826 or 12473170. OLE color: 12473170.
HSL color Cylindrical-coordinate representation of color #5253BE: hue angle of 239.44º 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 #5253BE is Cyan = 0.57, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 82 | 83 | 190 | - |
| CMYK | 0.57 | 0.56 | 0 | 0.25 |
| HSL | 239.44º | 0.45% | 0.53% | - |
| HSV(B) | 239.44º | 0.57% | 0.75% | - |
| XYZ | 15.87 | 11.7 | 50.14 | - |
| YUV | 94.9 | 181.67 | 118.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 83 | 190 | 0.57 | 0.56 | 0 | 0.25 | 239.44 | 0.45 | 0.53 |
| Hex | 52 | 53 | BE | 39 | 38 | 0 | 19 | EF | 2D | 35 |
| Octal | 122 | 123 | 276 | 71 | 70 | 0 | 31 | 357 | 55 | 65 |
| Binary | 1010010 | 1010011 | 10111110 | 111001 | 111000 | 0 | 11001 | 11101111 | 101101 | 110101 |
Color Harmonies of #5253BE
Complementary color
Monochromatic Colors of #5253BE
Black with #5253BE
Text Example
Text Example
White with #5253BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5253BE; }
p { color: rgb(82,83,190); }
H1.HeaderClassName
{
color: #5253BE;
}
.AnyTagClassName
{
color: #5253BE;
}
</style>
background-color css
<style>
a { background-color: #5253BE; }
a { background-color: rgb(82,83,190); }
div.DivClassName
{
background-color: #5253BE;
}
.BgClassName
{
background-color: #5253BE;
}
</style>
border-color css
<style>
span { border-color: #5253BE; }
span { border-color: rgb(82,83,190); }
td.TdClassName
{
border-color: #5253BE;
}
.TagClassName
{
border-color: #5253BE;
}
</style>