Shades of Rich Blue #5657AB
Tints of Rich Blue #5657AB
RGB
CMYK
RGB Variations
Color information
#5657AB (or 0x5657AB) is known color: Rich Blue. HEX triplet: 56, 57 and AB. RGB value is (86,87,171). Sum of RGB (Red+Green+Blue) = 86+87+171=344 (45% of max value = 765). Red value is 86 (33.98% from 255 or 25% from 344); Green value is 87 (34.38% from 255 or 25.29% from 344); Blue value is 171 (67.19% from 255 or 49.71% from 344); Max value from RGB is 171 - color contains mainly: blue. Hex color #5657AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5657AB is #A9A854. Grayscale: #5F5F5F. Windows color (decimal): -11118677 or 11229014. OLE color: 11229014.
HSL color Cylindrical-coordinate representation of color #5657AB: hue angle of 239.29º degrees, saturation: 0.34, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #5657AB is Cyan = 0.50, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 86 | 87 | 171 | - |
| CMYK | 0.50 | 0.49 | 0 | 0.33 |
| HSL | 239.29º | 0.34% | 0.5% | - |
| HSV(B) | 239.29º | 0.5% | 0.67% | - |
| XYZ | 14.6 | 11.74 | 40.02 | - |
| YUV | 96.28 | 170.17 | 120.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 87 | 171 | 0.50 | 0.49 | 0 | 0.33 | 239.29 | 0.34 | 0.5 |
| Hex | 56 | 57 | AB | 32 | 31 | 0 | 21 | EF | 22 | 32 |
| Octal | 126 | 127 | 253 | 62 | 61 | 0 | 41 | 357 | 42 | 62 |
| Binary | 1010110 | 1010111 | 10101011 | 110010 | 110001 | 0 | 100001 | 11101111 | 100010 | 110010 |
Color Harmonies of #5657AB
Complementary color
Monochromatic Colors of #5657AB
Black with #5657AB
Text Example
Text Example
White with #5657AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5657AB; }
p { color: rgb(86,87,171); }
H1.HeaderClassName
{
color: #5657AB;
}
.AnyTagClassName
{
color: #5657AB;
}
</style>
background-color css
<style>
a { background-color: #5657AB; }
a { background-color: rgb(86,87,171); }
div.DivClassName
{
background-color: #5657AB;
}
.BgClassName
{
background-color: #5657AB;
}
</style>
border-color css
<style>
span { border-color: #5657AB; }
span { border-color: rgb(86,87,171); }
td.TdClassName
{
border-color: #5657AB;
}
.TagClassName
{
border-color: #5657AB;
}
</style>