Shades of Rich Blue #5242C2
Tints of Rich Blue #5242C2
RGB
CMYK
RGB Variations
Color information
#5242C2 (or 0x5242C2) is known color: Rich Blue. HEX triplet: 52, 42 and C2. RGB value is (82,66,194). Sum of RGB (Red+Green+Blue) = 82+66+194=342 (45% of max value = 765). Red value is 82 (32.42% from 255 or 23.98% from 342); Green value is 66 (26.17% from 255 or 19.30% from 342); Blue value is 194 (76.17% from 255 or 56.73% from 342); Max value from RGB is 194 - color contains mainly: blue. Hex color #5242C2 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5242C2 is #ADBD3D. Grayscale: #545454. Windows color (decimal): -11386174 or 12730962. OLE color: 12730962.
HSL color Cylindrical-coordinate representation of color #5242C2: hue angle of 247.5º degrees, saturation: 0.51, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5242C2 is Cyan = 0.58, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 82 | 66 | 194 | - |
| CMYK | 0.58 | 0.66 | 0 | 0.24 |
| HSL | 247.5º | 0.51% | 0.51% | - |
| HSV(B) | 247.5º | 0.66% | 0.76% | - |
| XYZ | 15.17 | 9.59 | 52.09 | - |
| YUV | 85.38 | 189.3 | 125.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 66 | 194 | 0.58 | 0.66 | 0 | 0.24 | 247.5 | 0.51 | 0.51 |
| Hex | 52 | 42 | C2 | 3A | 42 | 0 | 18 | F8 | 33 | 33 |
| Octal | 122 | 102 | 302 | 72 | 102 | 0 | 30 | 370 | 63 | 63 |
| Binary | 1010010 | 1000010 | 11000010 | 111010 | 1000010 | 0 | 11000 | 11111000 | 110011 | 110011 |
Color Harmonies of #5242C2
Complementary color
Monochromatic Colors of #5242C2
Black with #5242C2
Text Example
Text Example
White with #5242C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5242C2; }
p { color: rgb(82,66,194); }
H1.HeaderClassName
{
color: #5242C2;
}
.AnyTagClassName
{
color: #5242C2;
}
</style>
background-color css
<style>
a { background-color: #5242C2; }
a { background-color: rgb(82,66,194); }
div.DivClassName
{
background-color: #5242C2;
}
.BgClassName
{
background-color: #5242C2;
}
</style>
border-color css
<style>
span { border-color: #5242C2; }
span { border-color: rgb(82,66,194); }
td.TdClassName
{
border-color: #5242C2;
}
.TagClassName
{
border-color: #5242C2;
}
</style>