Shades of Chetwode Blue #5771BA
Tints of Chetwode Blue #5771BA
RGB
CMYK
RGB Variations
Color information
#5771BA (or 0x5771BA) is known color: Chetwode Blue. HEX triplet: 57, 71 and BA. RGB value is (87,113,186). Sum of RGB (Red+Green+Blue) = 87+113+186=386 (51% of max value = 765). Red value is 87 (34.38% from 255 or 22.54% from 386); Green value is 113 (44.53% from 255 or 29.27% from 386); Blue value is 186 (73.05% from 255 or 48.19% from 386); Max value from RGB is 186 - color contains mainly: blue. Hex color #5771BA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5771BA is #A88E45. Grayscale: #717171. Windows color (decimal): -11046470 or 12218711. OLE color: 12218711.
HSL color Cylindrical-coordinate representation of color #5771BA: hue angle of 224.24º degrees, saturation: 0.42, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5771BA is Cyan = 0.53, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 87 | 113 | 186 | - |
| CMYK | 0.53 | 0.39 | 0 | 0.27 |
| HSL | 224.24º | 0.42% | 0.54% | - |
| HSV(B) | 224.24º | 0.53% | 0.73% | - |
| XYZ | 18.7 | 17.38 | 48.82 | - |
| YUV | 113.55 | 168.89 | 109.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 113 | 186 | 0.53 | 0.39 | 0 | 0.27 | 224.24 | 0.42 | 0.54 |
| Hex | 57 | 71 | BA | 35 | 27 | 0 | 1B | E0 | 2A | 36 |
| Octal | 127 | 161 | 272 | 65 | 47 | 0 | 33 | 340 | 52 | 66 |
| Binary | 1010111 | 1110001 | 10111010 | 110101 | 100111 | 0 | 11011 | 11100000 | 101010 | 110110 |
Color Harmonies of #5771BA
Complementary color
Monochromatic Colors of #5771BA
Black with #5771BA
Text Example
Text Example
White with #5771BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5771BA; }
p { color: rgb(87,113,186); }
H1.HeaderClassName
{
color: #5771BA;
}
.AnyTagClassName
{
color: #5771BA;
}
</style>
background-color css
<style>
a { background-color: #5771BA; }
a { background-color: rgb(87,113,186); }
div.DivClassName
{
background-color: #5771BA;
}
.BgClassName
{
background-color: #5771BA;
}
</style>
border-color css
<style>
span { border-color: #5771BA; }
span { border-color: rgb(87,113,186); }
td.TdClassName
{
border-color: #5771BA;
}
.TagClassName
{
border-color: #5771BA;
}
</style>