Shades of Rich Blue #5344AA
Tints of Rich Blue #5344AA
RGB
CMYK
RGB Variations
Color information
#5344AA (or 0x5344AA) is known color: Rich Blue. HEX triplet: 53, 44 and AA. RGB value is (83,68,170). Sum of RGB (Red+Green+Blue) = 83+68+170=321 (42% of max value = 765). Red value is 83 (32.81% from 255 or 25.86% from 321); Green value is 68 (26.95% from 255 or 21.18% from 321); Blue value is 170 (66.80% from 255 or 52.96% from 321); Max value from RGB is 170 - color contains mainly: blue. Hex color #5344AA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5344AA is #ACBB55. Grayscale: #535353. Windows color (decimal): -11320150 or 11158611. OLE color: 11158611.
HSL color Cylindrical-coordinate representation of color #5344AA: hue angle of 248.82º degrees, saturation: 0.43, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5344AA is Cyan = 0.51, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 83 | 68 | 170 | - |
| CMYK | 0.51 | 0.6 | 0 | 0.33 |
| HSL | 248.82º | 0.43% | 0.47% | - |
| HSV(B) | 248.82º | 0.6% | 0.67% | - |
| XYZ | 12.89 | 8.88 | 39.06 | - |
| YUV | 84.11 | 176.47 | 127.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 68 | 170 | 0.51 | 0.6 | 0 | 0.33 | 248.82 | 0.43 | 0.47 |
| Hex | 53 | 44 | AA | 33 | 3C | 0 | 21 | F9 | 2B | 2F |
| Octal | 123 | 104 | 252 | 63 | 74 | 0 | 41 | 371 | 53 | 57 |
| Binary | 1010011 | 1000100 | 10101010 | 110011 | 111100 | 0 | 100001 | 11111001 | 101011 | 101111 |
Color Harmonies of #5344AA
Complementary color
Monochromatic Colors of #5344AA
Black with #5344AA
Text Example
Text Example
White with #5344AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5344AA; }
p { color: rgb(83,68,170); }
H1.HeaderClassName
{
color: #5344AA;
}
.AnyTagClassName
{
color: #5344AA;
}
</style>
background-color css
<style>
a { background-color: #5344AA; }
a { background-color: rgb(83,68,170); }
div.DivClassName
{
background-color: #5344AA;
}
.BgClassName
{
background-color: #5344AA;
}
</style>
border-color css
<style>
span { border-color: #5344AA; }
span { border-color: rgb(83,68,170); }
td.TdClassName
{
border-color: #5344AA;
}
.TagClassName
{
border-color: #5344AA;
}
</style>