Shades of Rich Blue #524ABD
Tints of Rich Blue #524ABD
RGB
CMYK
RGB Variations
Color information
#524ABD (or 0x524ABD) is known color: Rich Blue. HEX triplet: 52, 4A and BD. RGB value is (82,74,189). Sum of RGB (Red+Green+Blue) = 82+74+189=345 (45% of max value = 765). Red value is 82 (32.42% from 255 or 23.77% from 345); Green value is 74 (29.30% from 255 or 21.45% from 345); Blue value is 189 (74.22% from 255 or 54.78% from 345); Max value from RGB is 189 - color contains mainly: blue. Hex color #524ABD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #524ABD is #ADB542. Grayscale: #595959. Windows color (decimal): -11384131 or 12405330. OLE color: 12405330.
HSL color Cylindrical-coordinate representation of color #524ABD: hue angle of 244.17º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #524ABD is Cyan = 0.57, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 82 | 74 | 189 | - |
| CMYK | 0.57 | 0.61 | 0 | 0.26 |
| HSL | 244.17º | 0.47% | 0.52% | - |
| HSV(B) | 244.17º | 0.61% | 0.74% | - |
| XYZ | 15.11 | 10.37 | 49.35 | - |
| YUV | 89.5 | 184.15 | 122.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 74 | 189 | 0.57 | 0.61 | 0 | 0.26 | 244.17 | 0.47 | 0.52 |
| Hex | 52 | 4A | BD | 39 | 3D | 0 | 1A | F4 | 2F | 34 |
| Octal | 122 | 112 | 275 | 71 | 75 | 0 | 32 | 364 | 57 | 64 |
| Binary | 1010010 | 1001010 | 10111101 | 111001 | 111101 | 0 | 11010 | 11110100 | 101111 | 110100 |
Color Harmonies of #524ABD
Complementary color
Monochromatic Colors of #524ABD
Black with #524ABD
Text Example
Text Example
White with #524ABD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #524ABD; }
p { color: rgb(82,74,189); }
H1.HeaderClassName
{
color: #524ABD;
}
.AnyTagClassName
{
color: #524ABD;
}
</style>
background-color css
<style>
a { background-color: #524ABD; }
a { background-color: rgb(82,74,189); }
div.DivClassName
{
background-color: #524ABD;
}
.BgClassName
{
background-color: #524ABD;
}
</style>
border-color css
<style>
span { border-color: #524ABD; }
span { border-color: rgb(82,74,189); }
td.TdClassName
{
border-color: #524ABD;
}
.TagClassName
{
border-color: #524ABD;
}
</style>