Shades of Rich Blue #5350AC
Tints of Rich Blue #5350AC
RGB
CMYK
RGB Variations
Color information
#5350AC (or 0x5350AC) is known color: Rich Blue. HEX triplet: 53, 50 and AC. RGB value is (83,80,172). Sum of RGB (Red+Green+Blue) = 83+80+172=335 (44% of max value = 765). Red value is 83 (32.81% from 255 or 24.78% from 335); Green value is 80 (31.64% from 255 or 23.88% from 335); Blue value is 172 (67.58% from 255 or 51.34% from 335); Max value from RGB is 172 - color contains mainly: blue. Hex color #5350AC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5350AC is #ACAF53. Grayscale: #5B5B5B. Windows color (decimal): -11317076 or 11292755. OLE color: 11292755.
HSL color Cylindrical-coordinate representation of color #5350AC: hue angle of 241.96º degrees, saturation: 0.37, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5350AC is Cyan = 0.52, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 83 | 80 | 172 | - |
| CMYK | 0.52 | 0.53 | 0 | 0.33 |
| HSL | 241.96º | 0.37% | 0.49% | - |
| HSV(B) | 241.96º | 0.53% | 0.67% | - |
| XYZ | 13.88 | 10.55 | 40.34 | - |
| YUV | 91.39 | 173.49 | 122.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 80 | 172 | 0.52 | 0.53 | 0 | 0.33 | 241.96 | 0.37 | 0.49 |
| Hex | 53 | 50 | AC | 34 | 35 | 0 | 21 | F2 | 25 | 31 |
| Octal | 123 | 120 | 254 | 64 | 65 | 0 | 41 | 362 | 45 | 61 |
| Binary | 1010011 | 1010000 | 10101100 | 110100 | 110101 | 0 | 100001 | 11110010 | 100101 | 110001 |
Color Harmonies of #5350AC
Complementary color
Monochromatic Colors of #5350AC
Black with #5350AC
Text Example
Text Example
White with #5350AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5350AC; }
p { color: rgb(83,80,172); }
H1.HeaderClassName
{
color: #5350AC;
}
.AnyTagClassName
{
color: #5350AC;
}
</style>
background-color css
<style>
a { background-color: #5350AC; }
a { background-color: rgb(83,80,172); }
div.DivClassName
{
background-color: #5350AC;
}
.BgClassName
{
background-color: #5350AC;
}
</style>
border-color css
<style>
span { border-color: #5350AC; }
span { border-color: rgb(83,80,172); }
td.TdClassName
{
border-color: #5350AC;
}
.TagClassName
{
border-color: #5350AC;
}
</style>