Shades of Rich Blue #5659AC
Tints of Rich Blue #5659AC
RGB
CMYK
RGB Variations
Color information
#5659AC (or 0x5659AC) is known color: Rich Blue. HEX triplet: 56, 59 and AC. RGB value is (86,89,172). Sum of RGB (Red+Green+Blue) = 86+89+172=347 (45% of max value = 765). Red value is 86 (33.98% from 255 or 24.78% from 347); Green value is 89 (35.16% from 255 or 25.65% from 347); Blue value is 172 (67.58% from 255 or 49.57% from 347); Max value from RGB is 172 - color contains mainly: blue. Hex color #5659AC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5659AC is #A9A653. Grayscale: #616161. Windows color (decimal): -11118164 or 11295062. OLE color: 11295062.
HSL color Cylindrical-coordinate representation of color #5659AC: hue angle of 237.91º degrees, saturation: 0.34, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #5659AC is Cyan = 0.5, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 86 | 89 | 172 | - |
| CMYK | 0.5 | 0.48 | 0 | 0.33 |
| HSL | 237.91º | 0.34% | 0.51% | - |
| HSV(B) | 237.91º | 0.5% | 0.67% | - |
| XYZ | 14.86 | 12.1 | 40.58 | - |
| YUV | 97.57 | 170.01 | 119.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 89 | 172 | 0.5 | 0.48 | 0 | 0.33 | 237.91 | 0.34 | 0.51 |
| Hex | 56 | 59 | AC | 32 | 30 | 0 | 21 | EE | 22 | 33 |
| Octal | 126 | 131 | 254 | 62 | 60 | 0 | 41 | 356 | 42 | 63 |
| Binary | 1010110 | 1011001 | 10101100 | 110010 | 110000 | 0 | 100001 | 11101110 | 100010 | 110011 |
Color Harmonies of #5659AC
Complementary color
Monochromatic Colors of #5659AC
Black with #5659AC
Text Example
Text Example
White with #5659AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5659AC; }
p { color: rgb(86,89,172); }
H1.HeaderClassName
{
color: #5659AC;
}
.AnyTagClassName
{
color: #5659AC;
}
</style>
background-color css
<style>
a { background-color: #5659AC; }
a { background-color: rgb(86,89,172); }
div.DivClassName
{
background-color: #5659AC;
}
.BgClassName
{
background-color: #5659AC;
}
</style>
border-color css
<style>
span { border-color: #5659AC; }
span { border-color: rgb(86,89,172); }
td.TdClassName
{
border-color: #5659AC;
}
.TagClassName
{
border-color: #5659AC;
}
</style>