Shades of Rich Blue #524DBF
Tints of Rich Blue #524DBF
RGB
CMYK
RGB Variations
Color information
#524DBF (or 0x524DBF) is known color: Rich Blue. HEX triplet: 52, 4D and BF. RGB value is (82,77,191). Sum of RGB (Red+Green+Blue) = 82+77+191=350 (46% of max value = 765). Red value is 82 (32.42% from 255 or 23.43% from 350); Green value is 77 (30.47% from 255 or 22% from 350); Blue value is 191 (75% from 255 or 54.57% from 350); Max value from RGB is 191 - color contains mainly: blue. Hex color #524DBF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #524DBF is #ADB240. Grayscale: #5B5B5B. Windows color (decimal): -11383361 or 12537170. OLE color: 12537170.
HSL color Cylindrical-coordinate representation of color #524DBF: hue angle of 242.63º degrees, saturation: 0.47, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #524DBF is Cyan = 0.57, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 82 | 77 | 191 | - |
| CMYK | 0.57 | 0.60 | 0 | 0.25 |
| HSL | 242.63º | 0.47% | 0.53% | - |
| HSV(B) | 242.63º | 0.6% | 0.75% | - |
| XYZ | 15.54 | 10.86 | 50.57 | - |
| YUV | 91.49 | 184.16 | 121.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 77 | 191 | 0.57 | 0.60 | 0 | 0.25 | 242.63 | 0.47 | 0.53 |
| Hex | 52 | 4D | BF | 39 | 3C | 0 | 19 | F3 | 2F | 35 |
| Octal | 122 | 115 | 277 | 71 | 74 | 0 | 31 | 363 | 57 | 65 |
| Binary | 1010010 | 1001101 | 10111111 | 111001 | 111100 | 0 | 11001 | 11110011 | 101111 | 110101 |
Color Harmonies of #524DBF
Complementary color
Monochromatic Colors of #524DBF
Black with #524DBF
Text Example
Text Example
White with #524DBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #524DBF; }
p { color: rgb(82,77,191); }
H1.HeaderClassName
{
color: #524DBF;
}
.AnyTagClassName
{
color: #524DBF;
}
</style>
background-color css
<style>
a { background-color: #524DBF; }
a { background-color: rgb(82,77,191); }
div.DivClassName
{
background-color: #524DBF;
}
.BgClassName
{
background-color: #524DBF;
}
</style>
border-color css
<style>
span { border-color: #524DBF; }
span { border-color: rgb(82,77,191); }
td.TdClassName
{
border-color: #524DBF;
}
.TagClassName
{
border-color: #524DBF;
}
</style>