Shades of Chetwode Blue #5E6DAC
Tints of Chetwode Blue #5E6DAC
RGB
CMYK
RGB Variations
Color information
#5E6DAC (or 0x5E6DAC) is known color: Chetwode Blue. HEX triplet: 5E, 6D and AC. RGB value is (94,109,172). Sum of RGB (Red+Green+Blue) = 94+109+172=375 (49% of max value = 765). Red value is 94 (37.11% from 255 or 25.07% from 375); Green value is 109 (42.97% from 255 or 29.07% from 375); Blue value is 172 (67.58% from 255 or 45.87% from 375); Max value from RGB is 172 - color contains mainly: blue. Hex color #5E6DAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5E6DAC is #A19253. Grayscale: #6F6F6F. Windows color (decimal): -10588756 or 11300190. OLE color: 11300190.
HSL color Cylindrical-coordinate representation of color #5E6DAC: hue angle of 228.46º degrees, saturation: 0.32, 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 #5E6DAC is Cyan = 0.45, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 94 | 109 | 172 | - |
| CMYK | 0.45 | 0.37 | 0 | 0.33 |
| HSL | 228.46º | 0.32% | 0.52% | - |
| HSV(B) | 228.46º | 0.45% | 0.67% | - |
| XYZ | 17.53 | 16.3 | 41.25 | - |
| YUV | 111.7 | 162.03 | 115.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 109 | 172 | 0.45 | 0.37 | 0 | 0.33 | 228.46 | 0.32 | 0.52 |
| Hex | 5E | 6D | AC | 2D | 25 | 0 | 21 | E4 | 20 | 34 |
| Octal | 136 | 155 | 254 | 55 | 45 | 0 | 41 | 344 | 40 | 64 |
| Binary | 1011110 | 1101101 | 10101100 | 101101 | 100101 | 0 | 100001 | 11100100 | 100000 | 110100 |
Color Harmonies of #5E6DAC
Complementary color
Monochromatic Colors of #5E6DAC
Black with #5E6DAC
Text Example
Text Example
White with #5E6DAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E6DAC; }
p { color: rgb(94,109,172); }
H1.HeaderClassName
{
color: #5E6DAC;
}
.AnyTagClassName
{
color: #5E6DAC;
}
</style>
background-color css
<style>
a { background-color: #5E6DAC; }
a { background-color: rgb(94,109,172); }
div.DivClassName
{
background-color: #5E6DAC;
}
.BgClassName
{
background-color: #5E6DAC;
}
</style>
border-color css
<style>
span { border-color: #5E6DAC; }
span { border-color: rgb(94,109,172); }
td.TdClassName
{
border-color: #5E6DAC;
}
.TagClassName
{
border-color: #5E6DAC;
}
</style>