Shades of Rich Blue #524ABC
Tints of Rich Blue #524ABC
RGB
CMYK
RGB Variations
Color information
#524ABC (or 0x524ABC) is known color: Rich Blue. HEX triplet: 52, 4A and BC. RGB value is (82,74,188). Sum of RGB (Red+Green+Blue) = 82+74+188=344 (45% of max value = 765). Red value is 82 (32.42% from 255 or 23.84% from 344); Green value is 74 (29.30% from 255 or 21.51% from 344); Blue value is 188 (73.83% from 255 or 54.65% from 344); Max value from RGB is 188 - color contains mainly: blue. Hex color #524ABC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #524ABC is #ADB543. Grayscale: #585858. Windows color (decimal): -11384132 or 12339794. OLE color: 12339794.
HSL color Cylindrical-coordinate representation of color #524ABC: hue angle of 244.21º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #524ABC is Cyan = 0.56, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 82 | 74 | 188 | - |
| CMYK | 0.56 | 0.61 | 0 | 0.26 |
| HSL | 244.21º | 0.46% | 0.51% | - |
| HSV(B) | 244.21º | 0.61% | 0.74% | - |
| XYZ | 15.01 | 10.32 | 48.78 | - |
| YUV | 89.39 | 183.65 | 122.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 74 | 188 | 0.56 | 0.61 | 0 | 0.26 | 244.21 | 0.46 | 0.51 |
| Hex | 52 | 4A | BC | 38 | 3D | 0 | 1A | F4 | 2E | 33 |
| Octal | 122 | 112 | 274 | 70 | 75 | 0 | 32 | 364 | 56 | 63 |
| Binary | 1010010 | 1001010 | 10111100 | 111000 | 111101 | 0 | 11010 | 11110100 | 101110 | 110011 |
Color Harmonies of #524ABC
Complementary color
Monochromatic Colors of #524ABC
Black with #524ABC
Text Example
Text Example
White with #524ABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #524ABC; }
p { color: rgb(82,74,188); }
H1.HeaderClassName
{
color: #524ABC;
}
.AnyTagClassName
{
color: #524ABC;
}
</style>
background-color css
<style>
a { background-color: #524ABC; }
a { background-color: rgb(82,74,188); }
div.DivClassName
{
background-color: #524ABC;
}
.BgClassName
{
background-color: #524ABC;
}
</style>
border-color css
<style>
span { border-color: #524ABC; }
span { border-color: rgb(82,74,188); }
td.TdClassName
{
border-color: #524ABC;
}
.TagClassName
{
border-color: #524ABC;
}
</style>