Shades of Rich Blue #524BBD
Tints of Rich Blue #524BBD
RGB
CMYK
RGB Variations
Color information
#524BBD (or 0x524BBD) is known color: Rich Blue. HEX triplet: 52, 4B and BD. RGB value is (82,75,189). Sum of RGB (Red+Green+Blue) = 82+75+189=346 (45% of max value = 765). Red value is 82 (32.42% from 255 or 23.70% from 346); Green value is 75 (29.69% from 255 or 21.68% from 346); Blue value is 189 (74.22% from 255 or 54.62% from 346); Max value from RGB is 189 - color contains mainly: blue. Hex color #524BBD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #524BBD is #ADB442. Grayscale: #595959. Windows color (decimal): -11383875 or 12405586. OLE color: 12405586.
HSL color Cylindrical-coordinate representation of color #524BBD: hue angle of 243.68º degrees, saturation: 0.46, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #524BBD is Cyan = 0.57, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 82 | 75 | 189 | - |
| CMYK | 0.57 | 0.60 | 0 | 0.26 |
| HSL | 243.68º | 0.46% | 0.52% | - |
| HSV(B) | 243.68º | 0.6% | 0.74% | - |
| XYZ | 15.18 | 10.5 | 49.37 | - |
| YUV | 90.09 | 183.82 | 122.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 75 | 189 | 0.57 | 0.60 | 0 | 0.26 | 243.68 | 0.46 | 0.52 |
| Hex | 52 | 4B | BD | 39 | 3C | 0 | 1A | F4 | 2E | 34 |
| Octal | 122 | 113 | 275 | 71 | 74 | 0 | 32 | 364 | 56 | 64 |
| Binary | 1010010 | 1001011 | 10111101 | 111001 | 111100 | 0 | 11010 | 11110100 | 101110 | 110100 |
Color Harmonies of #524BBD
Complementary color
Monochromatic Colors of #524BBD
Black with #524BBD
Text Example
Text Example
White with #524BBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #524BBD; }
p { color: rgb(82,75,189); }
H1.HeaderClassName
{
color: #524BBD;
}
.AnyTagClassName
{
color: #524BBD;
}
</style>
background-color css
<style>
a { background-color: #524BBD; }
a { background-color: rgb(82,75,189); }
div.DivClassName
{
background-color: #524BBD;
}
.BgClassName
{
background-color: #524BBD;
}
</style>
border-color css
<style>
span { border-color: #524BBD; }
span { border-color: rgb(82,75,189); }
td.TdClassName
{
border-color: #524BBD;
}
.TagClassName
{
border-color: #524BBD;
}
</style>