Shades of Rich Blue #5648A5
Tints of Rich Blue #5648A5
RGB
CMYK
RGB Variations
Color information
#5648A5 (or 0x5648A5) is known color: Rich Blue. HEX triplet: 56, 48 and A5. RGB value is (86,72,165). Sum of RGB (Red+Green+Blue) = 86+72+165=323 (42% of max value = 765). Red value is 86 (33.98% from 255 or 26.63% from 323); Green value is 72 (28.52% from 255 or 22.29% from 323); Blue value is 165 (64.84% from 255 or 51.08% from 323); Max value from RGB is 165 - color contains mainly: blue. Hex color #5648A5 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5648A5 is #A9B75A. Grayscale: #565656. Windows color (decimal): -11122523 or 10831958. OLE color: 10831958.
HSL color Cylindrical-coordinate representation of color #5648A5: hue angle of 249.03º degrees, saturation: 0.39, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5648A5 is Cyan = 0.48, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 86 | 72 | 165 | - |
| CMYK | 0.48 | 0.56 | 0 | 0.35 |
| HSL | 249.03º | 0.39% | 0.46% | - |
| HSV(B) | 249.03º | 0.56% | 0.65% | - |
| XYZ | 12.95 | 9.33 | 36.72 | - |
| YUV | 86.79 | 172.14 | 127.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 72 | 165 | 0.48 | 0.56 | 0 | 0.35 | 249.03 | 0.39 | 0.46 |
| Hex | 56 | 48 | A5 | 30 | 38 | 0 | 23 | F9 | 27 | 2E |
| Octal | 126 | 110 | 245 | 60 | 70 | 0 | 43 | 371 | 47 | 56 |
| Binary | 1010110 | 1001000 | 10100101 | 110000 | 111000 | 0 | 100011 | 11111001 | 100111 | 101110 |
Color Harmonies of #5648A5
Complementary color
Monochromatic Colors of #5648A5
Black with #5648A5
Text Example
Text Example
White with #5648A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5648A5; }
p { color: rgb(86,72,165); }
H1.HeaderClassName
{
color: #5648A5;
}
.AnyTagClassName
{
color: #5648A5;
}
</style>
background-color css
<style>
a { background-color: #5648A5; }
a { background-color: rgb(86,72,165); }
div.DivClassName
{
background-color: #5648A5;
}
.BgClassName
{
background-color: #5648A5;
}
</style>
border-color css
<style>
span { border-color: #5648A5; }
span { border-color: rgb(86,72,165); }
td.TdClassName
{
border-color: #5648A5;
}
.TagClassName
{
border-color: #5648A5;
}
</style>