Shades of Chetwode Blue #5771B4
Tints of Chetwode Blue #5771B4
RGB
CMYK
RGB Variations
Color information
#5771B4 (or 0x5771B4) is known color: Chetwode Blue. HEX triplet: 57, 71 and B4. RGB value is (87,113,180). Sum of RGB (Red+Green+Blue) = 87+113+180=380 (50% of max value = 765). Red value is 87 (34.38% from 255 or 22.89% from 380); Green value is 113 (44.53% from 255 or 29.74% from 380); Blue value is 180 (70.70% from 255 or 47.37% from 380); Max value from RGB is 180 - color contains mainly: blue. Hex color #5771B4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5771B4 is #A88E4B. Grayscale: #707070. Windows color (decimal): -11046476 or 11825495. OLE color: 11825495.
HSL color Cylindrical-coordinate representation of color #5771B4: hue angle of 223.23º degrees, saturation: 0.38, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #5771B4 is Cyan = 0.52, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 87 | 113 | 180 | - |
| CMYK | 0.52 | 0.37 | 0 | 0.29 |
| HSL | 223.23º | 0.38% | 0.52% | - |
| HSV(B) | 223.23º | 0.52% | 0.71% | - |
| XYZ | 18.07 | 17.13 | 45.53 | - |
| YUV | 112.86 | 165.89 | 109.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 113 | 180 | 0.52 | 0.37 | 0 | 0.29 | 223.23 | 0.38 | 0.52 |
| Hex | 57 | 71 | B4 | 34 | 25 | 0 | 1D | DF | 26 | 34 |
| Octal | 127 | 161 | 264 | 64 | 45 | 0 | 35 | 337 | 46 | 64 |
| Binary | 1010111 | 1110001 | 10110100 | 110100 | 100101 | 0 | 11101 | 11011111 | 100110 | 110100 |
Color Harmonies of #5771B4
Complementary color
Monochromatic Colors of #5771B4
Black with #5771B4
Text Example
Text Example
White with #5771B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5771B4; }
p { color: rgb(87,113,180); }
H1.HeaderClassName
{
color: #5771B4;
}
.AnyTagClassName
{
color: #5771B4;
}
</style>
background-color css
<style>
a { background-color: #5771B4; }
a { background-color: rgb(87,113,180); }
div.DivClassName
{
background-color: #5771B4;
}
.BgClassName
{
background-color: #5771B4;
}
</style>
border-color css
<style>
span { border-color: #5771B4; }
span { border-color: rgb(87,113,180); }
td.TdClassName
{
border-color: #5771B4;
}
.TagClassName
{
border-color: #5771B4;
}
</style>