Shades of Rich Blue #5347B4
Tints of Rich Blue #5347B4
RGB
CMYK
RGB Variations
Color information
#5347B4 (or 0x5347B4) is known color: Rich Blue. HEX triplet: 53, 47 and B4. RGB value is (83,71,180). Sum of RGB (Red+Green+Blue) = 83+71+180=334 (44% of max value = 765). Red value is 83 (32.81% from 255 or 24.85% from 334); Green value is 71 (28.12% from 255 or 21.26% from 334); Blue value is 180 (70.70% from 255 or 53.89% from 334); Max value from RGB is 180 - color contains mainly: blue. Hex color #5347B4 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5347B4 is #ACB84B. Grayscale: #565656. Windows color (decimal): -11319372 or 11814739. OLE color: 11814739.
HSL color Cylindrical-coordinate representation of color #5347B4: hue angle of 246.61º degrees, saturation: 0.43, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5347B4 is Cyan = 0.54, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 83 | 71 | 180 | - |
| CMYK | 0.54 | 0.61 | 0 | 0.29 |
| HSL | 246.61º | 0.43% | 0.49% | - |
| HSV(B) | 246.61º | 0.61% | 0.71% | - |
| XYZ | 14.06 | 9.64 | 44.3 | - |
| YUV | 87.01 | 180.48 | 125.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 71 | 180 | 0.54 | 0.61 | 0 | 0.29 | 246.61 | 0.43 | 0.49 |
| Hex | 53 | 47 | B4 | 36 | 3D | 0 | 1D | F7 | 2B | 31 |
| Octal | 123 | 107 | 264 | 66 | 75 | 0 | 35 | 367 | 53 | 61 |
| Binary | 1010011 | 1000111 | 10110100 | 110110 | 111101 | 0 | 11101 | 11110111 | 101011 | 110001 |
Color Harmonies of #5347B4
Complementary color
Monochromatic Colors of #5347B4
Black with #5347B4
Text Example
Text Example
White with #5347B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5347B4; }
p { color: rgb(83,71,180); }
H1.HeaderClassName
{
color: #5347B4;
}
.AnyTagClassName
{
color: #5347B4;
}
</style>
background-color css
<style>
a { background-color: #5347B4; }
a { background-color: rgb(83,71,180); }
div.DivClassName
{
background-color: #5347B4;
}
.BgClassName
{
background-color: #5347B4;
}
</style>
border-color css
<style>
span { border-color: #5347B4; }
span { border-color: rgb(83,71,180); }
td.TdClassName
{
border-color: #5347B4;
}
.TagClassName
{
border-color: #5347B4;
}
</style>