Shades of Rich Blue #5253BC
Tints of Rich Blue #5253BC
RGB
CMYK
RGB Variations
Color information
#5253BC (or 0x5253BC) is known color: Rich Blue. HEX triplet: 52, 53 and BC. RGB value is (82,83,188). Sum of RGB (Red+Green+Blue) = 82+83+188=353 (46% of max value = 765). Red value is 82 (32.42% from 255 or 23.23% from 353); Green value is 83 (32.81% from 255 or 23.51% from 353); Blue value is 188 (73.83% from 255 or 53.26% from 353); Max value from RGB is 188 - color contains mainly: blue. Hex color #5253BC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5253BC is #ADAC43. Grayscale: #5E5E5E. Windows color (decimal): -11381828 or 12342098. OLE color: 12342098.
HSL color Cylindrical-coordinate representation of color #5253BC: hue angle of 239.43º degrees, saturation: 0.44, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5253BC is Cyan = 0.56, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 82 | 83 | 188 | - |
| CMYK | 0.56 | 0.56 | 0 | 0.26 |
| HSL | 239.43º | 0.44% | 0.53% | - |
| HSV(B) | 239.43º | 0.56% | 0.74% | - |
| XYZ | 15.65 | 11.61 | 48.99 | - |
| YUV | 94.67 | 180.67 | 118.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 83 | 188 | 0.56 | 0.56 | 0 | 0.26 | 239.43 | 0.44 | 0.53 |
| Hex | 52 | 53 | BC | 38 | 38 | 0 | 1A | EF | 2C | 35 |
| Octal | 122 | 123 | 274 | 70 | 70 | 0 | 32 | 357 | 54 | 65 |
| Binary | 1010010 | 1010011 | 10111100 | 111000 | 111000 | 0 | 11010 | 11101111 | 101100 | 110101 |
Color Harmonies of #5253BC
Complementary color
Monochromatic Colors of #5253BC
Black with #5253BC
Text Example
Text Example
White with #5253BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5253BC; }
p { color: rgb(82,83,188); }
H1.HeaderClassName
{
color: #5253BC;
}
.AnyTagClassName
{
color: #5253BC;
}
</style>
background-color css
<style>
a { background-color: #5253BC; }
a { background-color: rgb(82,83,188); }
div.DivClassName
{
background-color: #5253BC;
}
.BgClassName
{
background-color: #5253BC;
}
</style>
border-color css
<style>
span { border-color: #5253BC; }
span { border-color: rgb(82,83,188); }
td.TdClassName
{
border-color: #5253BC;
}
.TagClassName
{
border-color: #5253BC;
}
</style>