Shades of Rich Blue #524AB3
Tints of Rich Blue #524AB3
RGB
CMYK
RGB Variations
Color information
#524AB3 (or 0x524AB3) is known color: Rich Blue. HEX triplet: 52, 4A and B3. RGB value is (82,74,179). Sum of RGB (Red+Green+Blue) = 82+74+179=335 (44% of max value = 765). Red value is 82 (32.42% from 255 or 24.48% from 335); Green value is 74 (29.30% from 255 or 22.09% from 335); Blue value is 179 (70.31% from 255 or 53.43% from 335); Max value from RGB is 179 - color contains mainly: blue. Hex color #524AB3 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #524AB3 is #ADB54C. Grayscale: #575757. Windows color (decimal): -11384141 or 11749970. OLE color: 11749970.
HSL color Cylindrical-coordinate representation of color #524AB3: hue angle of 244.57º degrees, saturation: 0.42, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #524AB3 is Cyan = 0.54, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 82 | 74 | 179 | - |
| CMYK | 0.54 | 0.59 | 0 | 0.30 |
| HSL | 244.57º | 0.42% | 0.5% | - |
| HSV(B) | 244.57º | 0.59% | 0.7% | - |
| XYZ | 14.07 | 9.95 | 43.83 | - |
| YUV | 88.36 | 179.15 | 123.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 74 | 179 | 0.54 | 0.59 | 0 | 0.30 | 244.57 | 0.42 | 0.5 |
| Hex | 52 | 4A | B3 | 36 | 3B | 0 | 1E | F5 | 2A | 32 |
| Octal | 122 | 112 | 263 | 66 | 73 | 0 | 36 | 365 | 52 | 62 |
| Binary | 1010010 | 1001010 | 10110011 | 110110 | 111011 | 0 | 11110 | 11110101 | 101010 | 110010 |
Color Harmonies of #524AB3
Complementary color
Monochromatic Colors of #524AB3
Black with #524AB3
Text Example
Text Example
White with #524AB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #524AB3; }
p { color: rgb(82,74,179); }
H1.HeaderClassName
{
color: #524AB3;
}
.AnyTagClassName
{
color: #524AB3;
}
</style>
background-color css
<style>
a { background-color: #524AB3; }
a { background-color: rgb(82,74,179); }
div.DivClassName
{
background-color: #524AB3;
}
.BgClassName
{
background-color: #524AB3;
}
</style>
border-color css
<style>
span { border-color: #524AB3; }
span { border-color: rgb(82,74,179); }
td.TdClassName
{
border-color: #524AB3;
}
.TagClassName
{
border-color: #524AB3;
}
</style>