Shades of Rich Blue #5662AC
Tints of Rich Blue #5662AC
RGB
CMYK
RGB Variations
Color information
#5662AC (or 0x5662AC) is known color: Rich Blue. HEX triplet: 56, 62 and AC. RGB value is (86,98,172). Sum of RGB (Red+Green+Blue) = 86+98+172=356 (47% of max value = 765). Red value is 86 (33.98% from 255 or 24.16% from 356); Green value is 98 (38.67% from 255 or 27.53% from 356); Blue value is 172 (67.58% from 255 or 48.31% from 356); Max value from RGB is 172 - color contains mainly: blue. Hex color #5662AC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5662AC is #A99D53. Grayscale: #666666. Windows color (decimal): -11115860 or 11297366. OLE color: 11297366.
HSL color Cylindrical-coordinate representation of color #5662AC: hue angle of 231.63º 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 #5662AC is Cyan = 0.5, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 86 | 98 | 172 | - |
| CMYK | 0.5 | 0.43 | 0 | 0.33 |
| HSL | 231.63º | 0.34% | 0.51% | - |
| HSV(B) | 231.63º | 0.5% | 0.67% | - |
| XYZ | 15.65 | 13.69 | 40.85 | - |
| YUV | 102.85 | 167.02 | 115.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 98 | 172 | 0.5 | 0.43 | 0 | 0.33 | 231.63 | 0.34 | 0.51 |
| Hex | 56 | 62 | AC | 32 | 2B | 0 | 21 | E8 | 22 | 33 |
| Octal | 126 | 142 | 254 | 62 | 53 | 0 | 41 | 350 | 42 | 63 |
| Binary | 1010110 | 1100010 | 10101100 | 110010 | 101011 | 0 | 100001 | 11101000 | 100010 | 110011 |
Color Harmonies of #5662AC
Complementary color
Monochromatic Colors of #5662AC
Black with #5662AC
Text Example
Text Example
White with #5662AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5662AC; }
p { color: rgb(86,98,172); }
H1.HeaderClassName
{
color: #5662AC;
}
.AnyTagClassName
{
color: #5662AC;
}
</style>
background-color css
<style>
a { background-color: #5662AC; }
a { background-color: rgb(86,98,172); }
div.DivClassName
{
background-color: #5662AC;
}
.BgClassName
{
background-color: #5662AC;
}
</style>
border-color css
<style>
span { border-color: #5662AC; }
span { border-color: rgb(86,98,172); }
td.TdClassName
{
border-color: #5662AC;
}
.TagClassName
{
border-color: #5662AC;
}
</style>