Shades of Chetwode Blue #5E6DAF
Tints of Chetwode Blue #5E6DAF
RGB
CMYK
RGB Variations
Color information
#5E6DAF (or 0x5E6DAF) is known color: Chetwode Blue. HEX triplet: 5E, 6D and AF. RGB value is (94,109,175). Sum of RGB (Red+Green+Blue) = 94+109+175=378 (50% of max value = 765). Red value is 94 (37.11% from 255 or 24.87% from 378); Green value is 109 (42.97% from 255 or 28.84% from 378); Blue value is 175 (68.75% from 255 or 46.30% from 378); Max value from RGB is 175 - color contains mainly: blue. Hex color #5E6DAF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5E6DAF is #A19250. Grayscale: #6F6F6F. Windows color (decimal): -10588753 or 11496798. OLE color: 11496798.
HSL color Cylindrical-coordinate representation of color #5E6DAF: hue angle of 228.89º degrees, saturation: 0.34, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #5E6DAF is Cyan = 0.46, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 94 | 109 | 175 | - |
| CMYK | 0.46 | 0.38 | 0 | 0.31 |
| HSL | 228.89º | 0.34% | 0.53% | - |
| HSV(B) | 228.89º | 0.46% | 0.69% | - |
| XYZ | 17.82 | 16.41 | 42.79 | - |
| YUV | 112.04 | 163.53 | 115.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 109 | 175 | 0.46 | 0.38 | 0 | 0.31 | 228.89 | 0.34 | 0.53 |
| Hex | 5E | 6D | AF | 2E | 26 | 0 | 1F | E5 | 22 | 35 |
| Octal | 136 | 155 | 257 | 56 | 46 | 0 | 37 | 345 | 42 | 65 |
| Binary | 1011110 | 1101101 | 10101111 | 101110 | 100110 | 0 | 11111 | 11100101 | 100010 | 110101 |
Color Harmonies of #5E6DAF
Complementary color
Monochromatic Colors of #5E6DAF
Black with #5E6DAF
Text Example
Text Example
White with #5E6DAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E6DAF; }
p { color: rgb(94,109,175); }
H1.HeaderClassName
{
color: #5E6DAF;
}
.AnyTagClassName
{
color: #5E6DAF;
}
</style>
background-color css
<style>
a { background-color: #5E6DAF; }
a { background-color: rgb(94,109,175); }
div.DivClassName
{
background-color: #5E6DAF;
}
.BgClassName
{
background-color: #5E6DAF;
}
</style>
border-color css
<style>
span { border-color: #5E6DAF; }
span { border-color: rgb(94,109,175); }
td.TdClassName
{
border-color: #5E6DAF;
}
.TagClassName
{
border-color: #5E6DAF;
}
</style>