Shades of Rich Blue #5650AB
Tints of Rich Blue #5650AB
RGB
CMYK
RGB Variations
Color information
#5650AB (or 0x5650AB) is known color: Rich Blue. HEX triplet: 56, 50 and AB. RGB value is (86,80,171). Sum of RGB (Red+Green+Blue) = 86+80+171=337 (44% of max value = 765). Red value is 86 (33.98% from 255 or 25.52% from 337); Green value is 80 (31.64% from 255 or 23.74% from 337); Blue value is 171 (67.19% from 255 or 50.74% from 337); Max value from RGB is 171 - color contains mainly: blue. Hex color #5650AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5650AB is #A9AF54. Grayscale: #5B5B5B. Windows color (decimal): -11120469 or 11227222. OLE color: 11227222.
HSL color Cylindrical-coordinate representation of color #5650AB: hue angle of 243.96º degrees, saturation: 0.36, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5650AB is Cyan = 0.50, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 86 | 80 | 171 | - |
| CMYK | 0.50 | 0.53 | 0 | 0.33 |
| HSL | 243.96º | 0.36% | 0.49% | - |
| HSV(B) | 243.96º | 0.53% | 0.67% | - |
| XYZ | 14.06 | 10.66 | 39.84 | - |
| YUV | 92.17 | 172.49 | 123.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 80 | 171 | 0.50 | 0.53 | 0 | 0.33 | 243.96 | 0.36 | 0.49 |
| Hex | 56 | 50 | AB | 32 | 35 | 0 | 21 | F4 | 24 | 31 |
| Octal | 126 | 120 | 253 | 62 | 65 | 0 | 41 | 364 | 44 | 61 |
| Binary | 1010110 | 1010000 | 10101011 | 110010 | 110101 | 0 | 100001 | 11110100 | 100100 | 110001 |
Color Harmonies of #5650AB
Complementary color
Monochromatic Colors of #5650AB
Black with #5650AB
Text Example
Text Example
White with #5650AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5650AB; }
p { color: rgb(86,80,171); }
H1.HeaderClassName
{
color: #5650AB;
}
.AnyTagClassName
{
color: #5650AB;
}
</style>
background-color css
<style>
a { background-color: #5650AB; }
a { background-color: rgb(86,80,171); }
div.DivClassName
{
background-color: #5650AB;
}
.BgClassName
{
background-color: #5650AB;
}
</style>
border-color css
<style>
span { border-color: #5650AB; }
span { border-color: rgb(86,80,171); }
td.TdClassName
{
border-color: #5650AB;
}
.TagClassName
{
border-color: #5650AB;
}
</style>