Shades of Chetwode Blue #5671BA
Tints of Chetwode Blue #5671BA
RGB
CMYK
RGB Variations
Color information
#5671BA (or 0x5671BA) is known color: Chetwode Blue. HEX triplet: 56, 71 and BA. RGB value is (86,113,186). Sum of RGB (Red+Green+Blue) = 86+113+186=385 (50% of max value = 765). Red value is 86 (33.98% from 255 or 22.34% from 385); Green value is 113 (44.53% from 255 or 29.35% from 385); Blue value is 186 (73.05% from 255 or 48.31% from 385); Max value from RGB is 186 - color contains mainly: blue. Hex color #5671BA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5671BA is #A98E45. Grayscale: #707070. Windows color (decimal): -11112006 or 12218710. OLE color: 12218710.
HSL color Cylindrical-coordinate representation of color #5671BA: hue angle of 223.8º degrees, saturation: 0.42, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5671BA is Cyan = 0.54, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 86 | 113 | 186 | - |
| CMYK | 0.54 | 0.39 | 0 | 0.27 |
| HSL | 223.8º | 0.42% | 0.53% | - |
| HSV(B) | 223.8º | 0.54% | 0.73% | - |
| XYZ | 18.61 | 17.33 | 48.82 | - |
| YUV | 113.25 | 169.05 | 108.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 113 | 186 | 0.54 | 0.39 | 0 | 0.27 | 223.8 | 0.42 | 0.53 |
| Hex | 56 | 71 | BA | 36 | 27 | 0 | 1B | E0 | 2A | 35 |
| Octal | 126 | 161 | 272 | 66 | 47 | 0 | 33 | 340 | 52 | 65 |
| Binary | 1010110 | 1110001 | 10111010 | 110110 | 100111 | 0 | 11011 | 11100000 | 101010 | 110101 |
Color Harmonies of #5671BA
Complementary color
Monochromatic Colors of #5671BA
Black with #5671BA
Text Example
Text Example
White with #5671BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5671BA; }
p { color: rgb(86,113,186); }
H1.HeaderClassName
{
color: #5671BA;
}
.AnyTagClassName
{
color: #5671BA;
}
</style>
background-color css
<style>
a { background-color: #5671BA; }
a { background-color: rgb(86,113,186); }
div.DivClassName
{
background-color: #5671BA;
}
.BgClassName
{
background-color: #5671BA;
}
</style>
border-color css
<style>
span { border-color: #5671BA; }
span { border-color: rgb(86,113,186); }
td.TdClassName
{
border-color: #5671BA;
}
.TagClassName
{
border-color: #5671BA;
}
</style>