Shades of Chetwode Blue #5E6CAE
Tints of Chetwode Blue #5E6CAE
RGB
CMYK
RGB Variations
Color information
#5E6CAE (or 0x5E6CAE) is known color: Chetwode Blue. HEX triplet: 5E, 6C and AE. RGB value is (94,108,174). Sum of RGB (Red+Green+Blue) = 94+108+174=376 (49% of max value = 765). Red value is 94 (37.11% from 255 or 25% from 376); Green value is 108 (42.58% from 255 or 28.72% from 376); Blue value is 174 (68.36% from 255 or 46.28% from 376); Max value from RGB is 174 - color contains mainly: blue. Hex color #5E6CAE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5E6CAE is #A19351. Grayscale: #6F6F6F. Windows color (decimal): -10589010 or 11431006. OLE color: 11431006.
HSL color Cylindrical-coordinate representation of color #5E6CAE: hue angle of 229.5º degrees, saturation: 0.33, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #5E6CAE is Cyan = 0.46, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 94 | 108 | 174 | - |
| CMYK | 0.46 | 0.38 | 0 | 0.32 |
| HSL | 229.5º | 0.33% | 0.53% | - |
| HSV(B) | 229.5º | 0.46% | 0.68% | - |
| XYZ | 17.62 | 16.16 | 42.24 | - |
| YUV | 111.34 | 163.36 | 115.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 108 | 174 | 0.46 | 0.38 | 0 | 0.32 | 229.5 | 0.33 | 0.53 |
| Hex | 5E | 6C | AE | 2E | 26 | 0 | 20 | E6 | 21 | 35 |
| Octal | 136 | 154 | 256 | 56 | 46 | 0 | 40 | 346 | 41 | 65 |
| Binary | 1011110 | 1101100 | 10101110 | 101110 | 100110 | 0 | 100000 | 11100110 | 100001 | 110101 |
Color Harmonies of #5E6CAE
Complementary color
Monochromatic Colors of #5E6CAE
Black with #5E6CAE
Text Example
Text Example
White with #5E6CAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E6CAE; }
p { color: rgb(94,108,174); }
H1.HeaderClassName
{
color: #5E6CAE;
}
.AnyTagClassName
{
color: #5E6CAE;
}
</style>
background-color css
<style>
a { background-color: #5E6CAE; }
a { background-color: rgb(94,108,174); }
div.DivClassName
{
background-color: #5E6CAE;
}
.BgClassName
{
background-color: #5E6CAE;
}
</style>
border-color css
<style>
span { border-color: #5E6CAE; }
span { border-color: rgb(94,108,174); }
td.TdClassName
{
border-color: #5E6CAE;
}
.TagClassName
{
border-color: #5E6CAE;
}
</style>