Shades of Rich Blue #524FB3
Tints of Rich Blue #524FB3
RGB
CMYK
RGB Variations
Color information
#524FB3 (or 0x524FB3) is known color: Rich Blue. HEX triplet: 52, 4F and B3. RGB value is (82,79,179). Sum of RGB (Red+Green+Blue) = 82+79+179=340 (45% of max value = 765). Red value is 82 (32.42% from 255 or 24.12% from 340); Green value is 79 (31.25% from 255 or 23.24% from 340); Blue value is 179 (70.31% from 255 or 52.65% from 340); Max value from RGB is 179 - color contains mainly: blue. Hex color #524FB3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #524FB3 is #ADB04C. Grayscale: #5A5A5A. Windows color (decimal): -11382861 or 11751250. OLE color: 11751250.
HSL color Cylindrical-coordinate representation of color #524FB3: hue angle of 241.8º degrees, saturation: 0.4, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #524FB3 is Cyan = 0.54, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 82 | 79 | 179 | - |
| CMYK | 0.54 | 0.56 | 0 | 0.30 |
| HSL | 241.8º | 0.4% | 0.51% | - |
| HSV(B) | 241.8º | 0.56% | 0.7% | - |
| XYZ | 14.41 | 10.64 | 43.94 | - |
| YUV | 91.3 | 177.49 | 121.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 79 | 179 | 0.54 | 0.56 | 0 | 0.30 | 241.8 | 0.4 | 0.51 |
| Hex | 52 | 4F | B3 | 36 | 38 | 0 | 1E | F2 | 28 | 33 |
| Octal | 122 | 117 | 263 | 66 | 70 | 0 | 36 | 362 | 50 | 63 |
| Binary | 1010010 | 1001111 | 10110011 | 110110 | 111000 | 0 | 11110 | 11110010 | 101000 | 110011 |
Color Harmonies of #524FB3
Complementary color
Monochromatic Colors of #524FB3
Black with #524FB3
Text Example
Text Example
White with #524FB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #524FB3; }
p { color: rgb(82,79,179); }
H1.HeaderClassName
{
color: #524FB3;
}
.AnyTagClassName
{
color: #524FB3;
}
</style>
background-color css
<style>
a { background-color: #524FB3; }
a { background-color: rgb(82,79,179); }
div.DivClassName
{
background-color: #524FB3;
}
.BgClassName
{
background-color: #524FB3;
}
</style>
border-color css
<style>
span { border-color: #524FB3; }
span { border-color: rgb(82,79,179); }
td.TdClassName
{
border-color: #524FB3;
}
.TagClassName
{
border-color: #524FB3;
}
</style>