Shades of Chetwode Blue #5A71BA
Tints of Chetwode Blue #5A71BA
RGB
CMYK
RGB Variations
Color information
#5A71BA (or 0x5A71BA) is known color: Chetwode Blue. HEX triplet: 5A, 71 and BA. RGB value is (90,113,186). Sum of RGB (Red+Green+Blue) = 90+113+186=389 (51% of max value = 765). Red value is 90 (35.55% from 255 or 23.14% from 389); Green value is 113 (44.53% from 255 or 29.05% from 389); Blue value is 186 (73.05% from 255 or 47.81% from 389); Max value from RGB is 186 - color contains mainly: blue. Hex color #5A71BA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5A71BA is #A58E45. Grayscale: #727272. Windows color (decimal): -10849862 or 12218714. OLE color: 12218714.
HSL color Cylindrical-coordinate representation of color #5A71BA: hue angle of 225.62º degrees, saturation: 0.41, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #5A71BA is Cyan = 0.52, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 90 | 113 | 186 | - |
| CMYK | 0.52 | 0.39 | 0 | 0.27 |
| HSL | 225.63º | 0.41% | 0.54% | - |
| HSV(B) | 225.63º | 0.52% | 0.73% | - |
| XYZ | 18.98 | 17.53 | 48.84 | - |
| YUV | 114.45 | 168.38 | 110.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 113 | 186 | 0.52 | 0.39 | 0 | 0.27 | 225.63 | 0.41 | 0.54 |
| Hex | 5A | 71 | BA | 34 | 27 | 0 | 1B | E2 | 29 | 36 |
| Octal | 132 | 161 | 272 | 64 | 47 | 0 | 33 | 342 | 51 | 66 |
| Binary | 1011010 | 1110001 | 10111010 | 110100 | 100111 | 0 | 11011 | 11100010 | 101001 | 110110 |
Color Harmonies of #5A71BA
Complementary color
Monochromatic Colors of #5A71BA
Black with #5A71BA
Text Example
Text Example
White with #5A71BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A71BA; }
p { color: rgb(90,113,186); }
H1.HeaderClassName
{
color: #5A71BA;
}
.AnyTagClassName
{
color: #5A71BA;
}
</style>
background-color css
<style>
a { background-color: #5A71BA; }
a { background-color: rgb(90,113,186); }
div.DivClassName
{
background-color: #5A71BA;
}
.BgClassName
{
background-color: #5A71BA;
}
</style>
border-color css
<style>
span { border-color: #5A71BA; }
span { border-color: rgb(90,113,186); }
td.TdClassName
{
border-color: #5A71BA;
}
.TagClassName
{
border-color: #5A71BA;
}
</style>