Shades of Rich Blue #5259BC
Tints of Rich Blue #5259BC
RGB
CMYK
RGB Variations
Color information
#5259BC (or 0x5259BC) is known color: Rich Blue. HEX triplet: 52, 59 and BC. RGB value is (82,89,188). Sum of RGB (Red+Green+Blue) = 82+89+188=359 (47% of max value = 765). Red value is 82 (32.42% from 255 or 22.84% from 359); Green value is 89 (35.16% from 255 or 24.79% from 359); Blue value is 188 (73.83% from 255 or 52.37% from 359); Max value from RGB is 188 - color contains mainly: blue. Hex color #5259BC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5259BC is #ADA643. Grayscale: #616161. Windows color (decimal): -11380292 or 12343634. OLE color: 12343634.
HSL color Cylindrical-coordinate representation of color #5259BC: hue angle of 236.04º 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 #5259BC is Cyan = 0.56, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 82 | 89 | 188 | - |
| CMYK | 0.56 | 0.53 | 0 | 0.26 |
| HSL | 236.04º | 0.44% | 0.53% | - |
| HSV(B) | 236.04º | 0.56% | 0.74% | - |
| XYZ | 16.13 | 12.57 | 49.15 | - |
| YUV | 98.19 | 178.68 | 116.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 89 | 188 | 0.56 | 0.53 | 0 | 0.26 | 236.04 | 0.44 | 0.53 |
| Hex | 52 | 59 | BC | 38 | 35 | 0 | 1A | EC | 2C | 35 |
| Octal | 122 | 131 | 274 | 70 | 65 | 0 | 32 | 354 | 54 | 65 |
| Binary | 1010010 | 1011001 | 10111100 | 111000 | 110101 | 0 | 11010 | 11101100 | 101100 | 110101 |
Color Harmonies of #5259BC
Complementary color
Monochromatic Colors of #5259BC
Black with #5259BC
Text Example
Text Example
White with #5259BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5259BC; }
p { color: rgb(82,89,188); }
H1.HeaderClassName
{
color: #5259BC;
}
.AnyTagClassName
{
color: #5259BC;
}
</style>
background-color css
<style>
a { background-color: #5259BC; }
a { background-color: rgb(82,89,188); }
div.DivClassName
{
background-color: #5259BC;
}
.BgClassName
{
background-color: #5259BC;
}
</style>
border-color css
<style>
span { border-color: #5259BC; }
span { border-color: rgb(82,89,188); }
td.TdClassName
{
border-color: #5259BC;
}
.TagClassName
{
border-color: #5259BC;
}
</style>