Shades of Rich Blue #5453C1
Tints of Rich Blue #5453C1
RGB
CMYK
RGB Variations
Color information
#5453C1 (or 0x5453C1) is known color: Rich Blue. HEX triplet: 54, 53 and C1. RGB value is (84,83,193). Sum of RGB (Red+Green+Blue) = 84+83+193=360 (47% of max value = 765). Red value is 84 (33.20% from 255 or 23.33% from 360); Green value is 83 (32.81% from 255 or 23.06% from 360); Blue value is 193 (75.78% from 255 or 53.61% from 360); Max value from RGB is 193 - color contains mainly: blue. Hex color #5453C1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5453C1 is #ABAC3E. Grayscale: #5F5F5F. Windows color (decimal): -11250751 or 12669780. OLE color: 12669780.
HSL color Cylindrical-coordinate representation of color #5453C1: hue angle of 240.55º degrees, saturation: 0.47, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5453C1 is Cyan = 0.56, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 84 | 83 | 193 | - |
| CMYK | 0.56 | 0.57 | 0 | 0.24 |
| HSL | 240.55º | 0.47% | 0.54% | - |
| HSV(B) | 240.55º | 0.57% | 0.76% | - |
| XYZ | 16.38 | 11.92 | 51.89 | - |
| YUV | 95.84 | 182.83 | 119.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 83 | 193 | 0.56 | 0.57 | 0 | 0.24 | 240.55 | 0.47 | 0.54 |
| Hex | 54 | 53 | C1 | 38 | 39 | 0 | 18 | F1 | 2F | 36 |
| Octal | 124 | 123 | 301 | 70 | 71 | 0 | 30 | 361 | 57 | 66 |
| Binary | 1010100 | 1010011 | 11000001 | 111000 | 111001 | 0 | 11000 | 11110001 | 101111 | 110110 |
Color Harmonies of #5453C1
Complementary color
Monochromatic Colors of #5453C1
Black with #5453C1
Text Example
Text Example
White with #5453C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5453C1; }
p { color: rgb(84,83,193); }
H1.HeaderClassName
{
color: #5453C1;
}
.AnyTagClassName
{
color: #5453C1;
}
</style>
background-color css
<style>
a { background-color: #5453C1; }
a { background-color: rgb(84,83,193); }
div.DivClassName
{
background-color: #5453C1;
}
.BgClassName
{
background-color: #5453C1;
}
</style>
border-color css
<style>
span { border-color: #5453C1; }
span { border-color: rgb(84,83,193); }
td.TdClassName
{
border-color: #5453C1;
}
.TagClassName
{
border-color: #5453C1;
}
</style>