Shades of Chetwode Blue #5E71AA
Tints of Chetwode Blue #5E71AA
RGB
CMYK
RGB Variations
Color information
#5E71AA (or 0x5E71AA) is known color: Chetwode Blue. HEX triplet: 5E, 71 and AA. RGB value is (94,113,170). Sum of RGB (Red+Green+Blue) = 94+113+170=377 (49% of max value = 765). Red value is 94 (37.11% from 255 or 24.93% from 377); Green value is 113 (44.53% from 255 or 29.97% from 377); Blue value is 170 (66.80% from 255 or 45.09% from 377); Max value from RGB is 170 - color contains mainly: blue. Hex color #5E71AA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5E71AA is #A18E55. Grayscale: #717171. Windows color (decimal): -10587734 or 11170142. OLE color: 11170142.
HSL color Cylindrical-coordinate representation of color #5E71AA: hue angle of 225º degrees, saturation: 0.31, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #5E71AA is Cyan = 0.45, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 94 | 113 | 170 | - |
| CMYK | 0.45 | 0.34 | 0 | 0.33 |
| HSL | 225º | 0.31% | 0.52% | - |
| HSV(B) | 225º | 0.45% | 0.67% | - |
| XYZ | 17.78 | 17.09 | 40.39 | - |
| YUV | 113.82 | 159.71 | 113.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 113 | 170 | 0.45 | 0.34 | 0 | 0.33 | 225 | 0.31 | 0.52 |
| Hex | 5E | 71 | AA | 2D | 22 | 0 | 21 | E1 | 1F | 34 |
| Octal | 136 | 161 | 252 | 55 | 42 | 0 | 41 | 341 | 37 | 64 |
| Binary | 1011110 | 1110001 | 10101010 | 101101 | 100010 | 0 | 100001 | 11100001 | 11111 | 110100 |
Color Harmonies of #5E71AA
Complementary color
Monochromatic Colors of #5E71AA
Black with #5E71AA
Text Example
Text Example
White with #5E71AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E71AA; }
p { color: rgb(94,113,170); }
H1.HeaderClassName
{
color: #5E71AA;
}
.AnyTagClassName
{
color: #5E71AA;
}
</style>
background-color css
<style>
a { background-color: #5E71AA; }
a { background-color: rgb(94,113,170); }
div.DivClassName
{
background-color: #5E71AA;
}
.BgClassName
{
background-color: #5E71AA;
}
</style>
border-color css
<style>
span { border-color: #5E71AA; }
span { border-color: rgb(94,113,170); }
td.TdClassName
{
border-color: #5E71AA;
}
.TagClassName
{
border-color: #5E71AA;
}
</style>