Shades of Chetwode Blue #5E6CBC
Tints of Chetwode Blue #5E6CBC
RGB
CMYK
RGB Variations
Color information
#5E6CBC (or 0x5E6CBC) is known color: Chetwode Blue. HEX triplet: 5E, 6C and BC. RGB value is (94,108,188). Sum of RGB (Red+Green+Blue) = 94+108+188=390 (51% of max value = 765). Red value is 94 (37.11% from 255 or 24.10% from 390); Green value is 108 (42.58% from 255 or 27.69% from 390); Blue value is 188 (73.83% from 255 or 48.21% from 390); Max value from RGB is 188 - color contains mainly: blue. Hex color #5E6CBC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5E6CBC is #A19343. Grayscale: #707070. Windows color (decimal): -10588996 or 12348510. OLE color: 12348510.
HSL color Cylindrical-coordinate representation of color #5E6CBC: hue angle of 231.06º 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 #5E6CBC is Cyan = 0.50, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 94 | 108 | 188 | - |
| CMYK | 0.50 | 0.43 | 0 | 0.26 |
| HSL | 231.06º | 0.41% | 0.55% | - |
| HSV(B) | 231.06º | 0.5% | 0.74% | - |
| XYZ | 19.06 | 16.74 | 49.8 | - |
| YUV | 112.93 | 170.36 | 114.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 108 | 188 | 0.50 | 0.43 | 0 | 0.26 | 231.06 | 0.41 | 0.55 |
| Hex | 5E | 6C | BC | 32 | 2B | 0 | 1A | E7 | 29 | 37 |
| Octal | 136 | 154 | 274 | 62 | 53 | 0 | 32 | 347 | 51 | 67 |
| Binary | 1011110 | 1101100 | 10111100 | 110010 | 101011 | 0 | 11010 | 11100111 | 101001 | 110111 |
Color Harmonies of #5E6CBC
Complementary color
Monochromatic Colors of #5E6CBC
Black with #5E6CBC
Text Example
Text Example
White with #5E6CBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E6CBC; }
p { color: rgb(94,108,188); }
H1.HeaderClassName
{
color: #5E6CBC;
}
.AnyTagClassName
{
color: #5E6CBC;
}
</style>
background-color css
<style>
a { background-color: #5E6CBC; }
a { background-color: rgb(94,108,188); }
div.DivClassName
{
background-color: #5E6CBC;
}
.BgClassName
{
background-color: #5E6CBC;
}
</style>
border-color css
<style>
span { border-color: #5E6CBC; }
span { border-color: rgb(94,108,188); }
td.TdClassName
{
border-color: #5E6CBC;
}
.TagClassName
{
border-color: #5E6CBC;
}
</style>