Shades of Rich Blue #524DBC
Tints of Rich Blue #524DBC
RGB
CMYK
RGB Variations
Color information
#524DBC (or 0x524DBC) is known color: Rich Blue. HEX triplet: 52, 4D and BC. RGB value is (82,77,188). Sum of RGB (Red+Green+Blue) = 82+77+188=347 (45% of max value = 765). Red value is 82 (32.42% from 255 or 23.63% from 347); Green value is 77 (30.47% from 255 or 22.19% from 347); Blue value is 188 (73.83% from 255 or 54.18% from 347); Max value from RGB is 188 - color contains mainly: blue. Hex color #524DBC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #524DBC is #ADB243. Grayscale: #5A5A5A. Windows color (decimal): -11383364 or 12340562. OLE color: 12340562.
HSL color Cylindrical-coordinate representation of color #524DBC: hue angle of 242.7º degrees, saturation: 0.45, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #524DBC is Cyan = 0.56, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 82 | 77 | 188 | - |
| CMYK | 0.56 | 0.59 | 0 | 0.26 |
| HSL | 242.7º | 0.45% | 0.52% | - |
| HSV(B) | 242.7º | 0.59% | 0.74% | - |
| XYZ | 15.21 | 10.73 | 48.85 | - |
| YUV | 91.15 | 182.66 | 121.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 77 | 188 | 0.56 | 0.59 | 0 | 0.26 | 242.7 | 0.45 | 0.52 |
| Hex | 52 | 4D | BC | 38 | 3B | 0 | 1A | F3 | 2D | 34 |
| Octal | 122 | 115 | 274 | 70 | 73 | 0 | 32 | 363 | 55 | 64 |
| Binary | 1010010 | 1001101 | 10111100 | 111000 | 111011 | 0 | 11010 | 11110011 | 101101 | 110100 |
Color Harmonies of #524DBC
Complementary color
Monochromatic Colors of #524DBC
Black with #524DBC
Text Example
Text Example
White with #524DBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #524DBC; }
p { color: rgb(82,77,188); }
H1.HeaderClassName
{
color: #524DBC;
}
.AnyTagClassName
{
color: #524DBC;
}
</style>
background-color css
<style>
a { background-color: #524DBC; }
a { background-color: rgb(82,77,188); }
div.DivClassName
{
background-color: #524DBC;
}
.BgClassName
{
background-color: #524DBC;
}
</style>
border-color css
<style>
span { border-color: #524DBC; }
span { border-color: rgb(82,77,188); }
td.TdClassName
{
border-color: #524DBC;
}
.TagClassName
{
border-color: #524DBC;
}
</style>