Shades of Rich Blue #5447C1
Tints of Rich Blue #5447C1
RGB
CMYK
RGB Variations
Color information
#5447C1 (or 0x5447C1) is known color: Rich Blue. HEX triplet: 54, 47 and C1. RGB value is (84,71,193). Sum of RGB (Red+Green+Blue) = 84+71+193=348 (46% of max value = 765). Red value is 84 (33.20% from 255 or 24.14% from 348); Green value is 71 (28.12% from 255 or 20.40% from 348); Blue value is 193 (75.78% from 255 or 55.46% from 348); Max value from RGB is 193 - color contains mainly: blue. Hex color #5447C1 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5447C1 is #ABB83E. Grayscale: #585858. Windows color (decimal): -11253823 or 12666708. OLE color: 12666708.
HSL color Cylindrical-coordinate representation of color #5447C1: hue angle of 246.39º 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 #5447C1 is Cyan = 0.56, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 84 | 71 | 193 | - |
| CMYK | 0.56 | 0.63 | 0 | 0.24 |
| HSL | 246.39º | 0.5% | 0.52% | - |
| HSV(B) | 246.39º | 0.63% | 0.76% | - |
| XYZ | 15.54 | 10.24 | 51.61 | - |
| YUV | 88.8 | 186.81 | 124.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 71 | 193 | 0.56 | 0.63 | 0 | 0.24 | 246.39 | 0.5 | 0.52 |
| Hex | 54 | 47 | C1 | 38 | 3F | 0 | 18 | F6 | 32 | 34 |
| Octal | 124 | 107 | 301 | 70 | 77 | 0 | 30 | 366 | 62 | 64 |
| Binary | 1010100 | 1000111 | 11000001 | 111000 | 111111 | 0 | 11000 | 11110110 | 110010 | 110100 |
Color Harmonies of #5447C1
Complementary color
Monochromatic Colors of #5447C1
Black with #5447C1
Text Example
Text Example
White with #5447C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5447C1; }
p { color: rgb(84,71,193); }
H1.HeaderClassName
{
color: #5447C1;
}
.AnyTagClassName
{
color: #5447C1;
}
</style>
background-color css
<style>
a { background-color: #5447C1; }
a { background-color: rgb(84,71,193); }
div.DivClassName
{
background-color: #5447C1;
}
.BgClassName
{
background-color: #5447C1;
}
</style>
border-color css
<style>
span { border-color: #5447C1; }
span { border-color: rgb(84,71,193); }
td.TdClassName
{
border-color: #5447C1;
}
.TagClassName
{
border-color: #5447C1;
}
</style>