Shades of Rich Blue #534DC1
Tints of Rich Blue #534DC1
RGB
CMYK
RGB Variations
Color information
#534DC1 (or 0x534DC1) is known color: Rich Blue. HEX triplet: 53, 4D and C1. RGB value is (83,77,193). Sum of RGB (Red+Green+Blue) = 83+77+193=353 (46% of max value = 765). Red value is 83 (32.81% from 255 or 23.51% from 353); Green value is 77 (30.47% from 255 or 21.81% from 353); Blue value is 193 (75.78% from 255 or 54.67% from 353); Max value from RGB is 193 - color contains mainly: blue. Hex color #534DC1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #534DC1 is #ACB23E. Grayscale: #5B5B5B. Windows color (decimal): -11317823 or 12668243. OLE color: 12668243.
HSL color Cylindrical-coordinate representation of color #534DC1: hue angle of 243.1º degrees, saturation: 0.48, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #534DC1 is Cyan = 0.57, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 83 | 77 | 193 | - |
| CMYK | 0.57 | 0.60 | 0 | 0.24 |
| HSL | 243.1º | 0.48% | 0.53% | - |
| HSV(B) | 243.1º | 0.6% | 0.76% | - |
| XYZ | 15.85 | 11 | 51.74 | - |
| YUV | 92.02 | 184.99 | 121.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 77 | 193 | 0.57 | 0.60 | 0 | 0.24 | 243.1 | 0.48 | 0.53 |
| Hex | 53 | 4D | C1 | 39 | 3C | 0 | 18 | F3 | 30 | 35 |
| Octal | 123 | 115 | 301 | 71 | 74 | 0 | 30 | 363 | 60 | 65 |
| Binary | 1010011 | 1001101 | 11000001 | 111001 | 111100 | 0 | 11000 | 11110011 | 110000 | 110101 |
Color Harmonies of #534DC1
Complementary color
Monochromatic Colors of #534DC1
Black with #534DC1
Text Example
Text Example
White with #534DC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #534DC1; }
p { color: rgb(83,77,193); }
H1.HeaderClassName
{
color: #534DC1;
}
.AnyTagClassName
{
color: #534DC1;
}
</style>
background-color css
<style>
a { background-color: #534DC1; }
a { background-color: rgb(83,77,193); }
div.DivClassName
{
background-color: #534DC1;
}
.BgClassName
{
background-color: #534DC1;
}
</style>
border-color css
<style>
span { border-color: #534DC1; }
span { border-color: rgb(83,77,193); }
td.TdClassName
{
border-color: #534DC1;
}
.TagClassName
{
border-color: #534DC1;
}
</style>