Shades of Chetwode Blue #5E68BB
Tints of Chetwode Blue #5E68BB
RGB
CMYK
RGB Variations
Color information
#5E68BB (or 0x5E68BB) is known color: Chetwode Blue. HEX triplet: 5E, 68 and BB. RGB value is (94,104,187). Sum of RGB (Red+Green+Blue) = 94+104+187=385 (50% of max value = 765). Red value is 94 (37.11% from 255 or 24.42% from 385); Green value is 104 (41.02% from 255 or 27.01% from 385); Blue value is 187 (73.44% from 255 or 48.57% from 385); Max value from RGB is 187 - color contains mainly: blue. Hex color #5E68BB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5E68BB is #A19744. Grayscale: #6E6E6E. Windows color (decimal): -10590021 or 12281950. OLE color: 12281950.
HSL color Cylindrical-coordinate representation of color #5E68BB: hue angle of 233.55º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #5E68BB is Cyan = 0.50, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 94 | 104 | 187 | - |
| CMYK | 0.50 | 0.44 | 0 | 0.27 |
| HSL | 233.55º | 0.41% | 0.55% | - |
| HSV(B) | 233.55º | 0.5% | 0.73% | - |
| XYZ | 18.54 | 15.87 | 49.1 | - |
| YUV | 110.47 | 171.19 | 116.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 104 | 187 | 0.50 | 0.44 | 0 | 0.27 | 233.55 | 0.41 | 0.55 |
| Hex | 5E | 68 | BB | 32 | 2C | 0 | 1B | EA | 29 | 37 |
| Octal | 136 | 150 | 273 | 62 | 54 | 0 | 33 | 352 | 51 | 67 |
| Binary | 1011110 | 1101000 | 10111011 | 110010 | 101100 | 0 | 11011 | 11101010 | 101001 | 110111 |
Color Harmonies of #5E68BB
Complementary color
Monochromatic Colors of #5E68BB
Black with #5E68BB
Text Example
Text Example
White with #5E68BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E68BB; }
p { color: rgb(94,104,187); }
H1.HeaderClassName
{
color: #5E68BB;
}
.AnyTagClassName
{
color: #5E68BB;
}
</style>
background-color css
<style>
a { background-color: #5E68BB; }
a { background-color: rgb(94,104,187); }
div.DivClassName
{
background-color: #5E68BB;
}
.BgClassName
{
background-color: #5E68BB;
}
</style>
border-color css
<style>
span { border-color: #5E68BB; }
span { border-color: rgb(94,104,187); }
td.TdClassName
{
border-color: #5E68BB;
}
.TagClassName
{
border-color: #5E68BB;
}
</style>