Shades of Rich Blue #524BBB
Tints of Rich Blue #524BBB
RGB
CMYK
RGB Variations
Color information
#524BBB (or 0x524BBB) is known color: Rich Blue. HEX triplet: 52, 4B and BB. RGB value is (82,75,187). Sum of RGB (Red+Green+Blue) = 82+75+187=344 (45% of max value = 765). Red value is 82 (32.42% from 255 or 23.84% from 344); Green value is 75 (29.69% from 255 or 21.80% from 344); Blue value is 187 (73.44% from 255 or 54.36% from 344); Max value from RGB is 187 - color contains mainly: blue. Hex color #524BBB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #524BBB is #ADB444. Grayscale: #595959. Windows color (decimal): -11383877 or 12274514. OLE color: 12274514.
HSL color Cylindrical-coordinate representation of color #524BBB: hue angle of 243.75º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #524BBB is Cyan = 0.56, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 82 | 75 | 187 | - |
| CMYK | 0.56 | 0.60 | 0 | 0.27 |
| HSL | 243.75º | 0.45% | 0.51% | - |
| HSV(B) | 243.75º | 0.6% | 0.73% | - |
| XYZ | 14.97 | 10.41 | 48.24 | - |
| YUV | 89.86 | 182.82 | 122.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 75 | 187 | 0.56 | 0.60 | 0 | 0.27 | 243.75 | 0.45 | 0.51 |
| Hex | 52 | 4B | BB | 38 | 3C | 0 | 1B | F4 | 2D | 33 |
| Octal | 122 | 113 | 273 | 70 | 74 | 0 | 33 | 364 | 55 | 63 |
| Binary | 1010010 | 1001011 | 10111011 | 111000 | 111100 | 0 | 11011 | 11110100 | 101101 | 110011 |
Color Harmonies of #524BBB
Complementary color
Monochromatic Colors of #524BBB
Black with #524BBB
Text Example
Text Example
White with #524BBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #524BBB; }
p { color: rgb(82,75,187); }
H1.HeaderClassName
{
color: #524BBB;
}
.AnyTagClassName
{
color: #524BBB;
}
</style>
background-color css
<style>
a { background-color: #524BBB; }
a { background-color: rgb(82,75,187); }
div.DivClassName
{
background-color: #524BBB;
}
.BgClassName
{
background-color: #524BBB;
}
</style>
border-color css
<style>
span { border-color: #524BBB; }
span { border-color: rgb(82,75,187); }
td.TdClassName
{
border-color: #524BBB;
}
.TagClassName
{
border-color: #524BBB;
}
</style>