Shades of Chetwode Blue #5E6EAB
Tints of Chetwode Blue #5E6EAB
RGB
CMYK
RGB Variations
Color information
#5E6EAB (or 0x5E6EAB) is known color: Chetwode Blue. HEX triplet: 5E, 6E and AB. RGB value is (94,110,171). Sum of RGB (Red+Green+Blue) = 94+110+171=375 (49% of max value = 765). Red value is 94 (37.11% from 255 or 25.07% from 375); Green value is 110 (43.36% from 255 or 29.33% from 375); Blue value is 171 (67.19% from 255 or 45.6% from 375); Max value from RGB is 171 - color contains mainly: blue. Hex color #5E6EAB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5E6EAB is #A19154. Grayscale: #6F6F6F. Windows color (decimal): -10588501 or 11234910. OLE color: 11234910.
HSL color Cylindrical-coordinate representation of color #5E6EAB: hue angle of 227.53º 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 #5E6EAB is Cyan = 0.45, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 94 | 110 | 171 | - |
| CMYK | 0.45 | 0.36 | 0 | 0.33 |
| HSL | 227.53º | 0.31% | 0.52% | - |
| HSV(B) | 227.53º | 0.45% | 0.67% | - |
| XYZ | 17.54 | 16.47 | 40.78 | - |
| YUV | 112.17 | 161.2 | 115.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 110 | 171 | 0.45 | 0.36 | 0 | 0.33 | 227.53 | 0.31 | 0.52 |
| Hex | 5E | 6E | AB | 2D | 24 | 0 | 21 | E4 | 1F | 34 |
| Octal | 136 | 156 | 253 | 55 | 44 | 0 | 41 | 344 | 37 | 64 |
| Binary | 1011110 | 1101110 | 10101011 | 101101 | 100100 | 0 | 100001 | 11100100 | 11111 | 110100 |
Color Harmonies of #5E6EAB
Complementary color
Monochromatic Colors of #5E6EAB
Black with #5E6EAB
Text Example
Text Example
White with #5E6EAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E6EAB; }
p { color: rgb(94,110,171); }
H1.HeaderClassName
{
color: #5E6EAB;
}
.AnyTagClassName
{
color: #5E6EAB;
}
</style>
background-color css
<style>
a { background-color: #5E6EAB; }
a { background-color: rgb(94,110,171); }
div.DivClassName
{
background-color: #5E6EAB;
}
.BgClassName
{
background-color: #5E6EAB;
}
</style>
border-color css
<style>
span { border-color: #5E6EAB; }
span { border-color: rgb(94,110,171); }
td.TdClassName
{
border-color: #5E6EAB;
}
.TagClassName
{
border-color: #5E6EAB;
}
</style>