Shades of Chetwode Blue #5E6ABD
Tints of Chetwode Blue #5E6ABD
RGB
CMYK
RGB Variations
Color information
#5E6ABD (or 0x5E6ABD) is known color: Chetwode Blue. HEX triplet: 5E, 6A and BD. RGB value is (94,106,189). Sum of RGB (Red+Green+Blue) = 94+106+189=389 (51% of max value = 765). Red value is 94 (37.11% from 255 or 24.16% from 389); Green value is 106 (41.80% from 255 or 27.25% from 389); Blue value is 189 (74.22% from 255 or 48.59% from 389); Max value from RGB is 189 - color contains mainly: blue. Hex color #5E6ABD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5E6ABD is #A19542. Grayscale: #6F6F6F. Windows color (decimal): -10589507 or 12413534. OLE color: 12413534.
HSL color Cylindrical-coordinate representation of color #5E6ABD: hue angle of 232.42º degrees, saturation: 0.42, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #5E6ABD is Cyan = 0.50, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 94 | 106 | 189 | - |
| CMYK | 0.50 | 0.44 | 0 | 0.26 |
| HSL | 232.42º | 0.42% | 0.55% | - |
| HSV(B) | 232.42º | 0.5% | 0.74% | - |
| XYZ | 18.96 | 16.36 | 50.3 | - |
| YUV | 111.87 | 171.52 | 115.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 106 | 189 | 0.50 | 0.44 | 0 | 0.26 | 232.42 | 0.42 | 0.55 |
| Hex | 5E | 6A | BD | 32 | 2C | 0 | 1A | E8 | 2A | 37 |
| Octal | 136 | 152 | 275 | 62 | 54 | 0 | 32 | 350 | 52 | 67 |
| Binary | 1011110 | 1101010 | 10111101 | 110010 | 101100 | 0 | 11010 | 11101000 | 101010 | 110111 |
Color Harmonies of #5E6ABD
Complementary color
Monochromatic Colors of #5E6ABD
Black with #5E6ABD
Text Example
Text Example
White with #5E6ABD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E6ABD; }
p { color: rgb(94,106,189); }
H1.HeaderClassName
{
color: #5E6ABD;
}
.AnyTagClassName
{
color: #5E6ABD;
}
</style>
background-color css
<style>
a { background-color: #5E6ABD; }
a { background-color: rgb(94,106,189); }
div.DivClassName
{
background-color: #5E6ABD;
}
.BgClassName
{
background-color: #5E6ABD;
}
</style>
border-color css
<style>
span { border-color: #5E6ABD; }
span { border-color: rgb(94,106,189); }
td.TdClassName
{
border-color: #5E6ABD;
}
.TagClassName
{
border-color: #5E6ABD;
}
</style>