Shades of Rich Blue #5344A9
Tints of Rich Blue #5344A9
RGB
CMYK
RGB Variations
Color information
#5344A9 (or 0x5344A9) is known color: Rich Blue. HEX triplet: 53, 44 and A9. RGB value is (83,68,169). Sum of RGB (Red+Green+Blue) = 83+68+169=320 (42% of max value = 765). Red value is 83 (32.81% from 255 or 25.94% from 320); Green value is 68 (26.95% from 255 or 21.25% from 320); Blue value is 169 (66.41% from 255 or 52.81% from 320); Max value from RGB is 169 - color contains mainly: blue. Hex color #5344A9 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5344A9 is #ACBB56. Grayscale: #535353. Windows color (decimal): -11320151 or 11093075. OLE color: 11093075.
HSL color Cylindrical-coordinate representation of color #5344A9: hue angle of 248.91º degrees, saturation: 0.43, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5344A9 is Cyan = 0.51, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 83 | 68 | 169 | - |
| CMYK | 0.51 | 0.60 | 0 | 0.34 |
| HSL | 248.91º | 0.43% | 0.46% | - |
| HSV(B) | 248.91º | 0.6% | 0.66% | - |
| XYZ | 12.8 | 8.84 | 38.57 | - |
| YUV | 84 | 175.97 | 127.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 68 | 169 | 0.51 | 0.60 | 0 | 0.34 | 248.91 | 0.43 | 0.46 |
| Hex | 53 | 44 | A9 | 33 | 3C | 0 | 22 | F9 | 2B | 2E |
| Octal | 123 | 104 | 251 | 63 | 74 | 0 | 42 | 371 | 53 | 56 |
| Binary | 1010011 | 1000100 | 10101001 | 110011 | 111100 | 0 | 100010 | 11111001 | 101011 | 101110 |
Color Harmonies of #5344A9
Complementary color
Monochromatic Colors of #5344A9
Black with #5344A9
Text Example
Text Example
White with #5344A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5344A9; }
p { color: rgb(83,68,169); }
H1.HeaderClassName
{
color: #5344A9;
}
.AnyTagClassName
{
color: #5344A9;
}
</style>
background-color css
<style>
a { background-color: #5344A9; }
a { background-color: rgb(83,68,169); }
div.DivClassName
{
background-color: #5344A9;
}
.BgClassName
{
background-color: #5344A9;
}
</style>
border-color css
<style>
span { border-color: #5344A9; }
span { border-color: rgb(83,68,169); }
td.TdClassName
{
border-color: #5344A9;
}
.TagClassName
{
border-color: #5344A9;
}
</style>