Shades of Rich Blue #5341AB
Tints of Rich Blue #5341AB
RGB
CMYK
RGB Variations
Color information
#5341AB (or 0x5341AB) is known color: Rich Blue. HEX triplet: 53, 41 and AB. RGB value is (83,65,171). Sum of RGB (Red+Green+Blue) = 83+65+171=319 (42% of max value = 765). Red value is 83 (32.81% from 255 or 26.02% from 319); Green value is 65 (25.78% from 255 or 20.38% from 319); Blue value is 171 (67.19% from 255 or 53.61% from 319); Max value from RGB is 171 - color contains mainly: blue. Hex color #5341AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5341AB is #ACBE54. Grayscale: #525252. Windows color (decimal): -11320917 or 11223379. OLE color: 11223379.
HSL color Cylindrical-coordinate representation of color #5341AB: hue angle of 250.19º degrees, saturation: 0.45, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5341AB is Cyan = 0.51, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 83 | 65 | 171 | - |
| CMYK | 0.51 | 0.62 | 0 | 0.33 |
| HSL | 250.19º | 0.45% | 0.46% | - |
| HSV(B) | 250.19º | 0.62% | 0.67% | - |
| XYZ | 12.81 | 8.56 | 39.51 | - |
| YUV | 82.47 | 177.96 | 128.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 65 | 171 | 0.51 | 0.62 | 0 | 0.33 | 250.19 | 0.45 | 0.46 |
| Hex | 53 | 41 | AB | 33 | 3E | 0 | 21 | FA | 2D | 2E |
| Octal | 123 | 101 | 253 | 63 | 76 | 0 | 41 | 372 | 55 | 56 |
| Binary | 1010011 | 1000001 | 10101011 | 110011 | 111110 | 0 | 100001 | 11111010 | 101101 | 101110 |
Color Harmonies of #5341AB
Complementary color
Monochromatic Colors of #5341AB
Black with #5341AB
Text Example
Text Example
White with #5341AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5341AB; }
p { color: rgb(83,65,171); }
H1.HeaderClassName
{
color: #5341AB;
}
.AnyTagClassName
{
color: #5341AB;
}
</style>
background-color css
<style>
a { background-color: #5341AB; }
a { background-color: rgb(83,65,171); }
div.DivClassName
{
background-color: #5341AB;
}
.BgClassName
{
background-color: #5341AB;
}
</style>
border-color css
<style>
span { border-color: #5341AB; }
span { border-color: rgb(83,65,171); }
td.TdClassName
{
border-color: #5341AB;
}
.TagClassName
{
border-color: #5341AB;
}
</style>