Shades of Rich Blue #524CB4
Tints of Rich Blue #524CB4
RGB
CMYK
RGB Variations
Color information
#524CB4 (or 0x524CB4) is known color: Rich Blue. HEX triplet: 52, 4C and B4. RGB value is (82,76,180). Sum of RGB (Red+Green+Blue) = 82+76+180=338 (44% of max value = 765). Red value is 82 (32.42% from 255 or 24.26% from 338); Green value is 76 (30.08% from 255 or 22.49% from 338); Blue value is 180 (70.70% from 255 or 53.25% from 338); Max value from RGB is 180 - color contains mainly: blue. Hex color #524CB4 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #524CB4 is #ADB34B. Grayscale: #595959. Windows color (decimal): -11383628 or 11816018. OLE color: 11816018.
HSL color Cylindrical-coordinate representation of color #524CB4: hue angle of 243.46º degrees, saturation: 0.41, 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 #524CB4 is Cyan = 0.54, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 82 | 76 | 180 | - |
| CMYK | 0.54 | 0.58 | 0 | 0.29 |
| HSL | 243.46º | 0.41% | 0.5% | - |
| HSV(B) | 243.46º | 0.58% | 0.71% | - |
| XYZ | 14.3 | 10.26 | 44.41 | - |
| YUV | 89.65 | 178.99 | 122.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 76 | 180 | 0.54 | 0.58 | 0 | 0.29 | 243.46 | 0.41 | 0.5 |
| Hex | 52 | 4C | B4 | 36 | 3A | 0 | 1D | F3 | 29 | 32 |
| Octal | 122 | 114 | 264 | 66 | 72 | 0 | 35 | 363 | 51 | 62 |
| Binary | 1010010 | 1001100 | 10110100 | 110110 | 111010 | 0 | 11101 | 11110011 | 101001 | 110010 |
Color Harmonies of #524CB4
Complementary color
Monochromatic Colors of #524CB4
Black with #524CB4
Text Example
Text Example
White with #524CB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #524CB4; }
p { color: rgb(82,76,180); }
H1.HeaderClassName
{
color: #524CB4;
}
.AnyTagClassName
{
color: #524CB4;
}
</style>
background-color css
<style>
a { background-color: #524CB4; }
a { background-color: rgb(82,76,180); }
div.DivClassName
{
background-color: #524CB4;
}
.BgClassName
{
background-color: #524CB4;
}
</style>
border-color css
<style>
span { border-color: #524CB4; }
span { border-color: rgb(82,76,180); }
td.TdClassName
{
border-color: #524CB4;
}
.TagClassName
{
border-color: #524CB4;
}
</style>