Shades of Chetwode Blue #5771BD
Tints of Chetwode Blue #5771BD
RGB
CMYK
RGB Variations
Color information
#5771BD (or 0x5771BD) is known color: Chetwode Blue. HEX triplet: 57, 71 and BD. RGB value is (87,113,189). Sum of RGB (Red+Green+Blue) = 87+113+189=389 (51% of max value = 765). Red value is 87 (34.38% from 255 or 22.37% from 389); Green value is 113 (44.53% from 255 or 29.05% from 389); Blue value is 189 (74.22% from 255 or 48.59% from 389); Max value from RGB is 189 - color contains mainly: blue. Hex color #5771BD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5771BD is #A88E42. Grayscale: #717171. Windows color (decimal): -11046467 or 12415319. OLE color: 12415319.
HSL color Cylindrical-coordinate representation of color #5771BD: hue angle of 224.71º degrees, saturation: 0.44, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5771BD is Cyan = 0.54, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 87 | 113 | 189 | - |
| CMYK | 0.54 | 0.40 | 0 | 0.26 |
| HSL | 224.71º | 0.44% | 0.54% | - |
| HSV(B) | 224.71º | 0.54% | 0.74% | - |
| XYZ | 19.02 | 17.51 | 50.52 | - |
| YUV | 113.89 | 170.39 | 108.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 113 | 189 | 0.54 | 0.40 | 0 | 0.26 | 224.71 | 0.44 | 0.54 |
| Hex | 57 | 71 | BD | 36 | 28 | 0 | 1A | E1 | 2C | 36 |
| Octal | 127 | 161 | 275 | 66 | 50 | 0 | 32 | 341 | 54 | 66 |
| Binary | 1010111 | 1110001 | 10111101 | 110110 | 101000 | 0 | 11010 | 11100001 | 101100 | 110110 |
Color Harmonies of #5771BD
Complementary color
Monochromatic Colors of #5771BD
Black with #5771BD
Text Example
Text Example
White with #5771BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5771BD; }
p { color: rgb(87,113,189); }
H1.HeaderClassName
{
color: #5771BD;
}
.AnyTagClassName
{
color: #5771BD;
}
</style>
background-color css
<style>
a { background-color: #5771BD; }
a { background-color: rgb(87,113,189); }
div.DivClassName
{
background-color: #5771BD;
}
.BgClassName
{
background-color: #5771BD;
}
</style>
border-color css
<style>
span { border-color: #5771BD; }
span { border-color: rgb(87,113,189); }
td.TdClassName
{
border-color: #5771BD;
}
.TagClassName
{
border-color: #5771BD;
}
</style>