Shades of Chetwode Blue #5E6ABF
Tints of Chetwode Blue #5E6ABF
RGB
CMYK
RGB Variations
Color information
#5E6ABF (or 0x5E6ABF) is known color: Chetwode Blue. HEX triplet: 5E, 6A and BF. RGB value is (94,106,191). Sum of RGB (Red+Green+Blue) = 94+106+191=391 (51% of max value = 765). Red value is 94 (37.11% from 255 or 24.04% from 391); Green value is 106 (41.80% from 255 or 27.11% from 391); Blue value is 191 (75% from 255 or 48.85% from 391); Max value from RGB is 191 - color contains mainly: blue. Hex color #5E6ABF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5E6ABF is #A19540. Grayscale: #6F6F6F. Windows color (decimal): -10589505 or 12544606. OLE color: 12544606.
HSL color Cylindrical-coordinate representation of color #5E6ABF: hue angle of 232.58º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5E6ABF is Cyan = 0.51, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 94 | 106 | 191 | - |
| CMYK | 0.51 | 0.45 | 0 | 0.25 |
| HSL | 232.58º | 0.43% | 0.56% | - |
| HSV(B) | 232.58º | 0.51% | 0.75% | - |
| XYZ | 19.17 | 16.45 | 51.45 | - |
| YUV | 112.1 | 172.52 | 115.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 106 | 191 | 0.51 | 0.45 | 0 | 0.25 | 232.58 | 0.43 | 0.56 |
| Hex | 5E | 6A | BF | 33 | 2D | 0 | 19 | E9 | 2B | 38 |
| Octal | 136 | 152 | 277 | 63 | 55 | 0 | 31 | 351 | 53 | 70 |
| Binary | 1011110 | 1101010 | 10111111 | 110011 | 101101 | 0 | 11001 | 11101001 | 101011 | 111000 |
Color Harmonies of #5E6ABF
Complementary color
Monochromatic Colors of #5E6ABF
Black with #5E6ABF
Text Example
Text Example
White with #5E6ABF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E6ABF; }
p { color: rgb(94,106,191); }
H1.HeaderClassName
{
color: #5E6ABF;
}
.AnyTagClassName
{
color: #5E6ABF;
}
</style>
background-color css
<style>
a { background-color: #5E6ABF; }
a { background-color: rgb(94,106,191); }
div.DivClassName
{
background-color: #5E6ABF;
}
.BgClassName
{
background-color: #5E6ABF;
}
</style>
border-color css
<style>
span { border-color: #5E6ABF; }
span { border-color: rgb(94,106,191); }
td.TdClassName
{
border-color: #5E6ABF;
}
.TagClassName
{
border-color: #5E6ABF;
}
</style>