Shades of Chetwode Blue #5E6FA7
Tints of Chetwode Blue #5E6FA7
RGB
CMYK
RGB Variations
Color information
#5E6FA7 (or 0x5E6FA7) is known color: Chetwode Blue. HEX triplet: 5E, 6F and A7. RGB value is (94,111,167). Sum of RGB (Red+Green+Blue) = 94+111+167=372 (49% of max value = 765). Red value is 94 (37.11% from 255 or 25.27% from 372); Green value is 111 (43.75% from 255 or 29.84% from 372); Blue value is 167 (65.62% from 255 or 44.89% from 372); Max value from RGB is 167 - color contains mainly: blue. Hex color #5E6FA7 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5E6FA7 is #A19058. Grayscale: #707070. Windows color (decimal): -10588249 or 10973022. OLE color: 10973022.
HSL color Cylindrical-coordinate representation of color #5E6FA7: hue angle of 226.03º degrees, saturation: 0.29, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #5E6FA7 is Cyan = 0.44, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 94 | 111 | 167 | - |
| CMYK | 0.44 | 0.34 | 0 | 0.35 |
| HSL | 226.03º | 0.29% | 0.51% | - |
| HSV(B) | 226.03º | 0.44% | 0.65% | - |
| XYZ | 17.28 | 16.54 | 38.84 | - |
| YUV | 112.3 | 158.87 | 114.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 111 | 167 | 0.44 | 0.34 | 0 | 0.35 | 226.03 | 0.29 | 0.51 |
| Hex | 5E | 6F | A7 | 2C | 22 | 0 | 23 | E2 | 1D | 33 |
| Octal | 136 | 157 | 247 | 54 | 42 | 0 | 43 | 342 | 35 | 63 |
| Binary | 1011110 | 1101111 | 10100111 | 101100 | 100010 | 0 | 100011 | 11100010 | 11101 | 110011 |
Color Harmonies of #5E6FA7
Complementary color
Monochromatic Colors of #5E6FA7
Black with #5E6FA7
Text Example
Text Example
White with #5E6FA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E6FA7; }
p { color: rgb(94,111,167); }
H1.HeaderClassName
{
color: #5E6FA7;
}
.AnyTagClassName
{
color: #5E6FA7;
}
</style>
background-color css
<style>
a { background-color: #5E6FA7; }
a { background-color: rgb(94,111,167); }
div.DivClassName
{
background-color: #5E6FA7;
}
.BgClassName
{
background-color: #5E6FA7;
}
</style>
border-color css
<style>
span { border-color: #5E6FA7; }
span { border-color: rgb(94,111,167); }
td.TdClassName
{
border-color: #5E6FA7;
}
.TagClassName
{
border-color: #5E6FA7;
}
</style>