Shades of Rich Blue #5347C2
Tints of Rich Blue #5347C2
RGB
CMYK
RGB Variations
Color information
#5347C2 (or 0x5347C2) is known color: Rich Blue. HEX triplet: 53, 47 and C2. RGB value is (83,71,194). Sum of RGB (Red+Green+Blue) = 83+71+194=348 (46% of max value = 765). Red value is 83 (32.81% from 255 or 23.85% from 348); Green value is 71 (28.12% from 255 or 20.40% from 348); Blue value is 194 (76.17% from 255 or 55.75% from 348); Max value from RGB is 194 - color contains mainly: blue. Hex color #5347C2 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5347C2 is #ACB83D. Grayscale: #585858. Windows color (decimal): -11319358 or 12732243. OLE color: 12732243.
HSL color Cylindrical-coordinate representation of color #5347C2: hue angle of 245.85º degrees, saturation: 0.5, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5347C2 is Cyan = 0.57, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 83 | 71 | 194 | - |
| CMYK | 0.57 | 0.63 | 0 | 0.24 |
| HSL | 245.85º | 0.5% | 0.52% | - |
| HSV(B) | 245.85º | 0.63% | 0.76% | - |
| XYZ | 15.56 | 10.24 | 52.2 | - |
| YUV | 88.61 | 187.48 | 124 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 71 | 194 | 0.57 | 0.63 | 0 | 0.24 | 245.85 | 0.5 | 0.52 |
| Hex | 53 | 47 | C2 | 39 | 3F | 0 | 18 | F6 | 32 | 34 |
| Octal | 123 | 107 | 302 | 71 | 77 | 0 | 30 | 366 | 62 | 64 |
| Binary | 1010011 | 1000111 | 11000010 | 111001 | 111111 | 0 | 11000 | 11110110 | 110010 | 110100 |
Color Harmonies of #5347C2
Complementary color
Monochromatic Colors of #5347C2
Black with #5347C2
Text Example
Text Example
White with #5347C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5347C2; }
p { color: rgb(83,71,194); }
H1.HeaderClassName
{
color: #5347C2;
}
.AnyTagClassName
{
color: #5347C2;
}
</style>
background-color css
<style>
a { background-color: #5347C2; }
a { background-color: rgb(83,71,194); }
div.DivClassName
{
background-color: #5347C2;
}
.BgClassName
{
background-color: #5347C2;
}
</style>
border-color css
<style>
span { border-color: #5347C2; }
span { border-color: rgb(83,71,194); }
td.TdClassName
{
border-color: #5347C2;
}
.TagClassName
{
border-color: #5347C2;
}
</style>