Shades of Rich Blue #524CB5
Tints of Rich Blue #524CB5
RGB
CMYK
RGB Variations
Color information
#524CB5 (or 0x524CB5) is known color: Rich Blue. HEX triplet: 52, 4C and B5. RGB value is (82,76,181). Sum of RGB (Red+Green+Blue) = 82+76+181=339 (44% of max value = 765). Red value is 82 (32.42% from 255 or 24.19% from 339); Green value is 76 (30.08% from 255 or 22.42% from 339); Blue value is 181 (71.09% from 255 or 53.39% from 339); Max value from RGB is 181 - color contains mainly: blue. Hex color #524CB5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #524CB5 is #ADB34A. Grayscale: #595959. Windows color (decimal): -11383627 or 11881554. OLE color: 11881554.
HSL color Cylindrical-coordinate representation of color #524CB5: hue angle of 243.43º degrees, saturation: 0.42, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #524CB5 is Cyan = 0.55, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 82 | 76 | 181 | - |
| CMYK | 0.55 | 0.58 | 0 | 0.29 |
| HSL | 243.43º | 0.42% | 0.5% | - |
| HSV(B) | 243.43º | 0.58% | 0.71% | - |
| XYZ | 14.4 | 10.3 | 44.94 | - |
| YUV | 89.76 | 179.49 | 122.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 76 | 181 | 0.55 | 0.58 | 0 | 0.29 | 243.43 | 0.42 | 0.5 |
| Hex | 52 | 4C | B5 | 37 | 3A | 0 | 1D | F3 | 2A | 32 |
| Octal | 122 | 114 | 265 | 67 | 72 | 0 | 35 | 363 | 52 | 62 |
| Binary | 1010010 | 1001100 | 10110101 | 110111 | 111010 | 0 | 11101 | 11110011 | 101010 | 110010 |
Color Harmonies of #524CB5
Complementary color
Monochromatic Colors of #524CB5
Black with #524CB5
Text Example
Text Example
White with #524CB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #524CB5; }
p { color: rgb(82,76,181); }
H1.HeaderClassName
{
color: #524CB5;
}
.AnyTagClassName
{
color: #524CB5;
}
</style>
background-color css
<style>
a { background-color: #524CB5; }
a { background-color: rgb(82,76,181); }
div.DivClassName
{
background-color: #524CB5;
}
.BgClassName
{
background-color: #524CB5;
}
</style>
border-color css
<style>
span { border-color: #524CB5; }
span { border-color: rgb(82,76,181); }
td.TdClassName
{
border-color: #524CB5;
}
.TagClassName
{
border-color: #524CB5;
}
</style>