Shades of Rich Blue #5340AD
Tints of Rich Blue #5340AD
RGB
CMYK
RGB Variations
Color information
#5340AD (or 0x5340AD) is known color: Rich Blue. HEX triplet: 53, 40 and AD. RGB value is (83,64,173). Sum of RGB (Red+Green+Blue) = 83+64+173=320 (42% of max value = 765). Red value is 83 (32.81% from 255 or 25.94% from 320); Green value is 64 (25.39% from 255 or 20% from 320); Blue value is 173 (67.97% from 255 or 54.06% from 320); Max value from RGB is 173 - color contains mainly: blue. Hex color #5340AD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5340AD is #ACBF52. Grayscale: #515151. Windows color (decimal): -11321171 or 11354195. OLE color: 11354195.
HSL color Cylindrical-coordinate representation of color #5340AD: hue angle of 250.46º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5340AD is Cyan = 0.52, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 83 | 64 | 173 | - |
| CMYK | 0.52 | 0.63 | 0 | 0.32 |
| HSL | 250.46º | 0.46% | 0.46% | - |
| HSV(B) | 250.46º | 0.63% | 0.68% | - |
| XYZ | 12.94 | 8.52 | 40.5 | - |
| YUV | 82.11 | 179.29 | 128.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 64 | 173 | 0.52 | 0.63 | 0 | 0.32 | 250.46 | 0.46 | 0.46 |
| Hex | 53 | 40 | AD | 34 | 3F | 0 | 20 | FA | 2E | 2E |
| Octal | 123 | 100 | 255 | 64 | 77 | 0 | 40 | 372 | 56 | 56 |
| Binary | 1010011 | 1000000 | 10101101 | 110100 | 111111 | 0 | 100000 | 11111010 | 101110 | 101110 |
Color Harmonies of #5340AD
Complementary color
Monochromatic Colors of #5340AD
Black with #5340AD
Text Example
Text Example
White with #5340AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5340AD; }
p { color: rgb(83,64,173); }
H1.HeaderClassName
{
color: #5340AD;
}
.AnyTagClassName
{
color: #5340AD;
}
</style>
background-color css
<style>
a { background-color: #5340AD; }
a { background-color: rgb(83,64,173); }
div.DivClassName
{
background-color: #5340AD;
}
.BgClassName
{
background-color: #5340AD;
}
</style>
border-color css
<style>
span { border-color: #5340AD; }
span { border-color: rgb(83,64,173); }
td.TdClassName
{
border-color: #5340AD;
}
.TagClassName
{
border-color: #5340AD;
}
</style>