Shades of Rich Blue #5350C1
Tints of Rich Blue #5350C1
RGB
CMYK
RGB Variations
Color information
#5350C1 (or 0x5350C1) is known color: Rich Blue. HEX triplet: 53, 50 and C1. RGB value is (83,80,193). Sum of RGB (Red+Green+Blue) = 83+80+193=356 (47% of max value = 765). Red value is 83 (32.81% from 255 or 23.31% from 356); Green value is 80 (31.64% from 255 or 22.47% from 356); Blue value is 193 (75.78% from 255 or 54.21% from 356); Max value from RGB is 193 - color contains mainly: blue. Hex color #5350C1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5350C1 is #ACAF3E. Grayscale: #5D5D5D. Windows color (decimal): -11317055 or 12669011. OLE color: 12669011.
HSL color Cylindrical-coordinate representation of color #5350C1: hue angle of 241.59º degrees, saturation: 0.48, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5350C1 is Cyan = 0.57, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 83 | 80 | 193 | - |
| CMYK | 0.57 | 0.59 | 0 | 0.24 |
| HSL | 241.59º | 0.48% | 0.54% | - |
| HSV(B) | 241.59º | 0.59% | 0.76% | - |
| XYZ | 16.06 | 11.43 | 51.81 | - |
| YUV | 93.78 | 183.99 | 120.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 80 | 193 | 0.57 | 0.59 | 0 | 0.24 | 241.59 | 0.48 | 0.54 |
| Hex | 53 | 50 | C1 | 39 | 3B | 0 | 18 | F2 | 30 | 36 |
| Octal | 123 | 120 | 301 | 71 | 73 | 0 | 30 | 362 | 60 | 66 |
| Binary | 1010011 | 1010000 | 11000001 | 111001 | 111011 | 0 | 11000 | 11110010 | 110000 | 110110 |
Color Harmonies of #5350C1
Complementary color
Monochromatic Colors of #5350C1
Black with #5350C1
Text Example
Text Example
White with #5350C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5350C1; }
p { color: rgb(83,80,193); }
H1.HeaderClassName
{
color: #5350C1;
}
.AnyTagClassName
{
color: #5350C1;
}
</style>
background-color css
<style>
a { background-color: #5350C1; }
a { background-color: rgb(83,80,193); }
div.DivClassName
{
background-color: #5350C1;
}
.BgClassName
{
background-color: #5350C1;
}
</style>
border-color css
<style>
span { border-color: #5350C1; }
span { border-color: rgb(83,80,193); }
td.TdClassName
{
border-color: #5350C1;
}
.TagClassName
{
border-color: #5350C1;
}
</style>