Shades of Rich Blue #524FC0
Tints of Rich Blue #524FC0
RGB
CMYK
RGB Variations
Color information
#524FC0 (or 0x524FC0) is known color: Rich Blue. HEX triplet: 52, 4F and C0. RGB value is (82,79,192). Sum of RGB (Red+Green+Blue) = 82+79+192=353 (46% of max value = 765). Red value is 82 (32.42% from 255 or 23.23% from 353); Green value is 79 (31.25% from 255 or 22.38% from 353); Blue value is 192 (75.39% from 255 or 54.39% from 353); Max value from RGB is 192 - color contains mainly: blue. Hex color #524FC0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #524FC0 is #ADB03F. Grayscale: #5C5C5C. Windows color (decimal): -11382848 or 12603218. OLE color: 12603218.
HSL color Cylindrical-coordinate representation of color #524FC0: hue angle of 241.59º degrees, saturation: 0.47, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #524FC0 is Cyan = 0.57, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 82 | 79 | 192 | - |
| CMYK | 0.57 | 0.59 | 0 | 0.25 |
| HSL | 241.59º | 0.47% | 0.53% | - |
| HSV(B) | 241.59º | 0.59% | 0.75% | - |
| XYZ | 15.79 | 11.19 | 51.2 | - |
| YUV | 92.78 | 183.99 | 120.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 79 | 192 | 0.57 | 0.59 | 0 | 0.25 | 241.59 | 0.47 | 0.53 |
| Hex | 52 | 4F | C0 | 39 | 3B | 0 | 19 | F2 | 2F | 35 |
| Octal | 122 | 117 | 300 | 71 | 73 | 0 | 31 | 362 | 57 | 65 |
| Binary | 1010010 | 1001111 | 11000000 | 111001 | 111011 | 0 | 11001 | 11110010 | 101111 | 110101 |
Color Harmonies of #524FC0
Complementary color
Monochromatic Colors of #524FC0
Black with #524FC0
Text Example
Text Example
White with #524FC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #524FC0; }
p { color: rgb(82,79,192); }
H1.HeaderClassName
{
color: #524FC0;
}
.AnyTagClassName
{
color: #524FC0;
}
</style>
background-color css
<style>
a { background-color: #524FC0; }
a { background-color: rgb(82,79,192); }
div.DivClassName
{
background-color: #524FC0;
}
.BgClassName
{
background-color: #524FC0;
}
</style>
border-color css
<style>
span { border-color: #524FC0; }
span { border-color: rgb(82,79,192); }
td.TdClassName
{
border-color: #524FC0;
}
.TagClassName
{
border-color: #524FC0;
}
</style>