Shades of Chetwode Blue #5E6ABC
Tints of Chetwode Blue #5E6ABC
RGB
CMYK
RGB Variations
Color information
#5E6ABC (or 0x5E6ABC) is known color: Chetwode Blue. HEX triplet: 5E, 6A and BC. RGB value is (94,106,188). Sum of RGB (Red+Green+Blue) = 94+106+188=388 (51% of max value = 765). Red value is 94 (37.11% from 255 or 24.23% from 388); Green value is 106 (41.80% from 255 or 27.32% from 388); Blue value is 188 (73.83% from 255 or 48.45% from 388); Max value from RGB is 188 - color contains mainly: blue. Hex color #5E6ABC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5E6ABC is #A19543. Grayscale: #6F6F6F. Windows color (decimal): -10589508 or 12347998. OLE color: 12347998.
HSL color Cylindrical-coordinate representation of color #5E6ABC: hue angle of 232.34º degrees, saturation: 0.41, 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 #5E6ABC is Cyan = 0.50, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 94 | 106 | 188 | - |
| CMYK | 0.50 | 0.44 | 0 | 0.26 |
| HSL | 232.34º | 0.41% | 0.55% | - |
| HSV(B) | 232.34º | 0.5% | 0.74% | - |
| XYZ | 18.85 | 16.32 | 49.73 | - |
| YUV | 111.76 | 171.02 | 115.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 106 | 188 | 0.50 | 0.44 | 0 | 0.26 | 232.34 | 0.41 | 0.55 |
| Hex | 5E | 6A | BC | 32 | 2C | 0 | 1A | E8 | 29 | 37 |
| Octal | 136 | 152 | 274 | 62 | 54 | 0 | 32 | 350 | 51 | 67 |
| Binary | 1011110 | 1101010 | 10111100 | 110010 | 101100 | 0 | 11010 | 11101000 | 101001 | 110111 |
Color Harmonies of #5E6ABC
Complementary color
Monochromatic Colors of #5E6ABC
Black with #5E6ABC
Text Example
Text Example
White with #5E6ABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E6ABC; }
p { color: rgb(94,106,188); }
H1.HeaderClassName
{
color: #5E6ABC;
}
.AnyTagClassName
{
color: #5E6ABC;
}
</style>
background-color css
<style>
a { background-color: #5E6ABC; }
a { background-color: rgb(94,106,188); }
div.DivClassName
{
background-color: #5E6ABC;
}
.BgClassName
{
background-color: #5E6ABC;
}
</style>
border-color css
<style>
span { border-color: #5E6ABC; }
span { border-color: rgb(94,106,188); }
td.TdClassName
{
border-color: #5E6ABC;
}
.TagClassName
{
border-color: #5E6ABC;
}
</style>