Shades of Rich Blue #524CBC
Tints of Rich Blue #524CBC
RGB
CMYK
RGB Variations
Color information
#524CBC (or 0x524CBC) is known color: Rich Blue. HEX triplet: 52, 4C and BC. RGB value is (82,76,188). Sum of RGB (Red+Green+Blue) = 82+76+188=346 (45% of max value = 765). Red value is 82 (32.42% from 255 or 23.70% from 346); Green value is 76 (30.08% from 255 or 21.97% from 346); Blue value is 188 (73.83% from 255 or 54.34% from 346); Max value from RGB is 188 - color contains mainly: blue. Hex color #524CBC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #524CBC is #ADB343. Grayscale: #5A5A5A. Windows color (decimal): -11383620 or 12340306. OLE color: 12340306.
HSL color Cylindrical-coordinate representation of color #524CBC: hue angle of 243.21º degrees, saturation: 0.46, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #524CBC is Cyan = 0.56, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 82 | 76 | 188 | - |
| CMYK | 0.56 | 0.60 | 0 | 0.26 |
| HSL | 243.21º | 0.46% | 0.52% | - |
| HSV(B) | 243.21º | 0.6% | 0.74% | - |
| XYZ | 15.14 | 10.59 | 48.82 | - |
| YUV | 90.56 | 182.99 | 121.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 76 | 188 | 0.56 | 0.60 | 0 | 0.26 | 243.21 | 0.46 | 0.52 |
| Hex | 52 | 4C | BC | 38 | 3C | 0 | 1A | F3 | 2E | 34 |
| Octal | 122 | 114 | 274 | 70 | 74 | 0 | 32 | 363 | 56 | 64 |
| Binary | 1010010 | 1001100 | 10111100 | 111000 | 111100 | 0 | 11010 | 11110011 | 101110 | 110100 |
Color Harmonies of #524CBC
Complementary color
Monochromatic Colors of #524CBC
Black with #524CBC
Text Example
Text Example
White with #524CBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #524CBC; }
p { color: rgb(82,76,188); }
H1.HeaderClassName
{
color: #524CBC;
}
.AnyTagClassName
{
color: #524CBC;
}
</style>
background-color css
<style>
a { background-color: #524CBC; }
a { background-color: rgb(82,76,188); }
div.DivClassName
{
background-color: #524CBC;
}
.BgClassName
{
background-color: #524CBC;
}
</style>
border-color css
<style>
span { border-color: #524CBC; }
span { border-color: rgb(82,76,188); }
td.TdClassName
{
border-color: #524CBC;
}
.TagClassName
{
border-color: #524CBC;
}
</style>