Shades of Rich Blue #524FBC
Tints of Rich Blue #524FBC
RGB
CMYK
RGB Variations
Color information
#524FBC (or 0x524FBC) is known color: Rich Blue. HEX triplet: 52, 4F and BC. RGB value is (82,79,188). Sum of RGB (Red+Green+Blue) = 82+79+188=349 (46% of max value = 765). Red value is 82 (32.42% from 255 or 23.50% from 349); Green value is 79 (31.25% from 255 or 22.64% from 349); Blue value is 188 (73.83% from 255 or 53.87% from 349); Max value from RGB is 188 - color contains mainly: blue. Hex color #524FBC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #524FBC is #ADB043. Grayscale: #5B5B5B. Windows color (decimal): -11382852 or 12341074. OLE color: 12341074.
HSL color Cylindrical-coordinate representation of color #524FBC: hue angle of 241.65º degrees, saturation: 0.45, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #524FBC is Cyan = 0.56, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 82 | 79 | 188 | - |
| CMYK | 0.56 | 0.58 | 0 | 0.26 |
| HSL | 241.65º | 0.45% | 0.52% | - |
| HSV(B) | 241.65º | 0.58% | 0.74% | - |
| XYZ | 15.35 | 11.02 | 48.89 | - |
| YUV | 92.32 | 181.99 | 120.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 79 | 188 | 0.56 | 0.58 | 0 | 0.26 | 241.65 | 0.45 | 0.52 |
| Hex | 52 | 4F | BC | 38 | 3A | 0 | 1A | F2 | 2D | 34 |
| Octal | 122 | 117 | 274 | 70 | 72 | 0 | 32 | 362 | 55 | 64 |
| Binary | 1010010 | 1001111 | 10111100 | 111000 | 111010 | 0 | 11010 | 11110010 | 101101 | 110100 |
Color Harmonies of #524FBC
Complementary color
Monochromatic Colors of #524FBC
Black with #524FBC
Text Example
Text Example
White with #524FBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #524FBC; }
p { color: rgb(82,79,188); }
H1.HeaderClassName
{
color: #524FBC;
}
.AnyTagClassName
{
color: #524FBC;
}
</style>
background-color css
<style>
a { background-color: #524FBC; }
a { background-color: rgb(82,79,188); }
div.DivClassName
{
background-color: #524FBC;
}
.BgClassName
{
background-color: #524FBC;
}
</style>
border-color css
<style>
span { border-color: #524FBC; }
span { border-color: rgb(82,79,188); }
td.TdClassName
{
border-color: #524FBC;
}
.TagClassName
{
border-color: #524FBC;
}
</style>