Shades of Chetwode Blue #5E6ECB
Tints of Chetwode Blue #5E6ECB
RGB
CMYK
RGB Variations
Color information
#5E6ECB (or 0x5E6ECB) is known color: Chetwode Blue. HEX triplet: 5E, 6E and CB. RGB value is (94,110,203). Sum of RGB (Red+Green+Blue) = 94+110+203=407 (53% of max value = 765). Red value is 94 (37.11% from 255 or 23.10% from 407); Green value is 110 (43.36% from 255 or 27.03% from 407); Blue value is 203 (79.69% from 255 or 49.88% from 407); Max value from RGB is 203 - color contains mainly: blue. Hex color #5E6ECB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5E6ECB is #A19134. Grayscale: #737373. Windows color (decimal): -10588469 or 13332062. OLE color: 13332062.
HSL color Cylindrical-coordinate representation of color #5E6ECB: hue angle of 231.19º degrees, saturation: 0.51, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5E6ECB is Cyan = 0.54, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 94 | 110 | 203 | - |
| CMYK | 0.54 | 0.46 | 0 | 0.20 |
| HSL | 231.19º | 0.51% | 0.58% | - |
| HSV(B) | 231.19º | 0.54% | 0.8% | - |
| XYZ | 20.97 | 17.84 | 58.84 | - |
| YUV | 115.82 | 177.2 | 112.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 110 | 203 | 0.54 | 0.46 | 0 | 0.20 | 231.19 | 0.51 | 0.58 |
| Hex | 5E | 6E | CB | 36 | 2E | 0 | 14 | E7 | 33 | 3A |
| Octal | 136 | 156 | 313 | 66 | 56 | 0 | 24 | 347 | 63 | 72 |
| Binary | 1011110 | 1101110 | 11001011 | 110110 | 101110 | 0 | 10100 | 11100111 | 110011 | 111010 |
Color Harmonies of #5E6ECB
Complementary color
Monochromatic Colors of #5E6ECB
Black with #5E6ECB
Text Example
Text Example
White with #5E6ECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E6ECB; }
p { color: rgb(94,110,203); }
H1.HeaderClassName
{
color: #5E6ECB;
}
.AnyTagClassName
{
color: #5E6ECB;
}
</style>
background-color css
<style>
a { background-color: #5E6ECB; }
a { background-color: rgb(94,110,203); }
div.DivClassName
{
background-color: #5E6ECB;
}
.BgClassName
{
background-color: #5E6ECB;
}
</style>
border-color css
<style>
span { border-color: #5E6ECB; }
span { border-color: rgb(94,110,203); }
td.TdClassName
{
border-color: #5E6ECB;
}
.TagClassName
{
border-color: #5E6ECB;
}
</style>