Shades of Rich Blue #5347BC
Tints of Rich Blue #5347BC
RGB
CMYK
RGB Variations
Color information
#5347BC (or 0x5347BC) is known color: Rich Blue. HEX triplet: 53, 47 and BC. RGB value is (83,71,188). Sum of RGB (Red+Green+Blue) = 83+71+188=342 (45% of max value = 765). Red value is 83 (32.81% from 255 or 24.27% from 342); Green value is 71 (28.12% from 255 or 20.76% from 342); Blue value is 188 (73.83% from 255 or 54.97% from 342); Max value from RGB is 188 - color contains mainly: blue. Hex color #5347BC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5347BC is #ACB843. Grayscale: #575757. Windows color (decimal): -11319364 or 12339027. OLE color: 12339027.
HSL color Cylindrical-coordinate representation of color #5347BC: hue angle of 246.15º degrees, saturation: 0.47, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5347BC is Cyan = 0.56, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 83 | 71 | 188 | - |
| CMYK | 0.56 | 0.62 | 0 | 0.26 |
| HSL | 246.15º | 0.47% | 0.51% | - |
| HSV(B) | 246.15º | 0.62% | 0.74% | - |
| XYZ | 14.9 | 9.98 | 48.72 | - |
| YUV | 87.93 | 184.48 | 124.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 71 | 188 | 0.56 | 0.62 | 0 | 0.26 | 246.15 | 0.47 | 0.51 |
| Hex | 53 | 47 | BC | 38 | 3E | 0 | 1A | F6 | 2F | 33 |
| Octal | 123 | 107 | 274 | 70 | 76 | 0 | 32 | 366 | 57 | 63 |
| Binary | 1010011 | 1000111 | 10111100 | 111000 | 111110 | 0 | 11010 | 11110110 | 101111 | 110011 |
Color Harmonies of #5347BC
Complementary color
Monochromatic Colors of #5347BC
Black with #5347BC
Text Example
Text Example
White with #5347BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5347BC; }
p { color: rgb(83,71,188); }
H1.HeaderClassName
{
color: #5347BC;
}
.AnyTagClassName
{
color: #5347BC;
}
</style>
background-color css
<style>
a { background-color: #5347BC; }
a { background-color: rgb(83,71,188); }
div.DivClassName
{
background-color: #5347BC;
}
.BgClassName
{
background-color: #5347BC;
}
</style>
border-color css
<style>
span { border-color: #5347BC; }
span { border-color: rgb(83,71,188); }
td.TdClassName
{
border-color: #5347BC;
}
.TagClassName
{
border-color: #5347BC;
}
</style>