Shades of Rich Blue #5658AB
Tints of Rich Blue #5658AB
RGB
CMYK
RGB Variations
Color information
#5658AB (or 0x5658AB) is known color: Rich Blue. HEX triplet: 56, 58 and AB. RGB value is (86,88,171). Sum of RGB (Red+Green+Blue) = 86+88+171=345 (45% of max value = 765). Red value is 86 (33.98% from 255 or 24.93% from 345); Green value is 88 (34.77% from 255 or 25.51% from 345); Blue value is 171 (67.19% from 255 or 49.57% from 345); Max value from RGB is 171 - color contains mainly: blue. Hex color #5658AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5658AB is #A9A754. Grayscale: #606060. Windows color (decimal): -11118421 or 11229270. OLE color: 11229270.
HSL color Cylindrical-coordinate representation of color #5658AB: hue angle of 238.59º 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 #5658AB is Cyan = 0.50, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 86 | 88 | 171 | - |
| CMYK | 0.50 | 0.49 | 0 | 0.33 |
| HSL | 238.59º | 0.34% | 0.5% | - |
| HSV(B) | 238.59º | 0.5% | 0.67% | - |
| XYZ | 14.68 | 11.9 | 40.05 | - |
| YUV | 96.86 | 169.84 | 120.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 88 | 171 | 0.50 | 0.49 | 0 | 0.33 | 238.59 | 0.34 | 0.5 |
| Hex | 56 | 58 | AB | 32 | 31 | 0 | 21 | EF | 22 | 32 |
| Octal | 126 | 130 | 253 | 62 | 61 | 0 | 41 | 357 | 42 | 62 |
| Binary | 1010110 | 1011000 | 10101011 | 110010 | 110001 | 0 | 100001 | 11101111 | 100010 | 110010 |
Color Harmonies of #5658AB
Complementary color
Monochromatic Colors of #5658AB
Black with #5658AB
Text Example
Text Example
White with #5658AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5658AB; }
p { color: rgb(86,88,171); }
H1.HeaderClassName
{
color: #5658AB;
}
.AnyTagClassName
{
color: #5658AB;
}
</style>
background-color css
<style>
a { background-color: #5658AB; }
a { background-color: rgb(86,88,171); }
div.DivClassName
{
background-color: #5658AB;
}
.BgClassName
{
background-color: #5658AB;
}
</style>
border-color css
<style>
span { border-color: #5658AB; }
span { border-color: rgb(86,88,171); }
td.TdClassName
{
border-color: #5658AB;
}
.TagClassName
{
border-color: #5658AB;
}
</style>