Shades of Rich Blue #524BBC
Tints of Rich Blue #524BBC
RGB
CMYK
RGB Variations
Color information
#524BBC (or 0x524BBC) is known color: Rich Blue. HEX triplet: 52, 4B and BC. RGB value is (82,75,188). Sum of RGB (Red+Green+Blue) = 82+75+188=345 (45% of max value = 765). Red value is 82 (32.42% from 255 or 23.77% from 345); Green value is 75 (29.69% from 255 or 21.74% from 345); Blue value is 188 (73.83% from 255 or 54.49% from 345); Max value from RGB is 188 - color contains mainly: blue. Hex color #524BBC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #524BBC is #ADB443. Grayscale: #595959. Windows color (decimal): -11383876 or 12340050. OLE color: 12340050.
HSL color Cylindrical-coordinate representation of color #524BBC: hue angle of 243.72º 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 #524BBC is Cyan = 0.56, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 82 | 75 | 188 | - |
| CMYK | 0.56 | 0.60 | 0 | 0.26 |
| HSL | 243.72º | 0.46% | 0.52% | - |
| HSV(B) | 243.72º | 0.6% | 0.74% | - |
| XYZ | 15.07 | 10.46 | 48.8 | - |
| YUV | 89.98 | 183.32 | 122.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 75 | 188 | 0.56 | 0.60 | 0 | 0.26 | 243.72 | 0.46 | 0.52 |
| Hex | 52 | 4B | BC | 38 | 3C | 0 | 1A | F4 | 2E | 34 |
| Octal | 122 | 113 | 274 | 70 | 74 | 0 | 32 | 364 | 56 | 64 |
| Binary | 1010010 | 1001011 | 10111100 | 111000 | 111100 | 0 | 11010 | 11110100 | 101110 | 110100 |
Color Harmonies of #524BBC
Complementary color
Monochromatic Colors of #524BBC
Black with #524BBC
Text Example
Text Example
White with #524BBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #524BBC; }
p { color: rgb(82,75,188); }
H1.HeaderClassName
{
color: #524BBC;
}
.AnyTagClassName
{
color: #524BBC;
}
</style>
background-color css
<style>
a { background-color: #524BBC; }
a { background-color: rgb(82,75,188); }
div.DivClassName
{
background-color: #524BBC;
}
.BgClassName
{
background-color: #524BBC;
}
</style>
border-color css
<style>
span { border-color: #524BBC; }
span { border-color: rgb(82,75,188); }
td.TdClassName
{
border-color: #524BBC;
}
.TagClassName
{
border-color: #524BBC;
}
</style>