Shades of Rich Blue #5666AC
Tints of Rich Blue #5666AC
RGB
CMYK
RGB Variations
Color information
#5666AC (or 0x5666AC) is known color: Rich Blue. HEX triplet: 56, 66 and AC. RGB value is (86,102,172). Sum of RGB (Red+Green+Blue) = 86+102+172=360 (47% of max value = 765). Red value is 86 (33.98% from 255 or 23.89% from 360); Green value is 102 (40.23% from 255 or 28.33% from 360); Blue value is 172 (67.58% from 255 or 47.78% from 360); Max value from RGB is 172 - color contains mainly: blue. Hex color #5666AC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5666AC is #A99953. Grayscale: #686868. Windows color (decimal): -11114836 or 11298390. OLE color: 11298390.
HSL color Cylindrical-coordinate representation of color #5666AC: hue angle of 228.84º 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 #5666AC is Cyan = 0.5, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 86 | 102 | 172 | - |
| CMYK | 0.5 | 0.41 | 0 | 0.33 |
| HSL | 228.84º | 0.34% | 0.51% | - |
| HSV(B) | 228.84º | 0.5% | 0.67% | - |
| XYZ | 16.04 | 14.46 | 40.98 | - |
| YUV | 105.2 | 165.7 | 114.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 102 | 172 | 0.5 | 0.41 | 0 | 0.33 | 228.84 | 0.34 | 0.51 |
| Hex | 56 | 66 | AC | 32 | 29 | 0 | 21 | E5 | 22 | 33 |
| Octal | 126 | 146 | 254 | 62 | 51 | 0 | 41 | 345 | 42 | 63 |
| Binary | 1010110 | 1100110 | 10101100 | 110010 | 101001 | 0 | 100001 | 11100101 | 100010 | 110011 |
Color Harmonies of #5666AC
Complementary color
Monochromatic Colors of #5666AC
Black with #5666AC
Text Example
Text Example
White with #5666AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5666AC; }
p { color: rgb(86,102,172); }
H1.HeaderClassName
{
color: #5666AC;
}
.AnyTagClassName
{
color: #5666AC;
}
</style>
background-color css
<style>
a { background-color: #5666AC; }
a { background-color: rgb(86,102,172); }
div.DivClassName
{
background-color: #5666AC;
}
.BgClassName
{
background-color: #5666AC;
}
</style>
border-color css
<style>
span { border-color: #5666AC; }
span { border-color: rgb(86,102,172); }
td.TdClassName
{
border-color: #5666AC;
}
.TagClassName
{
border-color: #5666AC;
}
</style>