Shades of Chetwode Blue #5E6BCB
Tints of Chetwode Blue #5E6BCB
RGB
CMYK
RGB Variations
Color information
#5E6BCB (or 0x5E6BCB) is known color: Chetwode Blue. HEX triplet: 5E, 6B and CB. RGB value is (94,107,203). Sum of RGB (Red+Green+Blue) = 94+107+203=404 (53% of max value = 765). Red value is 94 (37.11% from 255 or 23.27% from 404); Green value is 107 (42.19% from 255 or 26.49% from 404); Blue value is 203 (79.69% from 255 or 50.25% from 404); Max value from RGB is 203 - color contains mainly: blue. Hex color #5E6BCB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5E6BCB is #A19434. Grayscale: #717171. Windows color (decimal): -10589237 or 13331294. OLE color: 13331294.
HSL color Cylindrical-coordinate representation of color #5E6BCB: hue angle of 232.84º 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 #5E6BCB is Cyan = 0.54, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 94 | 107 | 203 | - |
| CMYK | 0.54 | 0.47 | 0 | 0.20 |
| HSL | 232.84º | 0.51% | 0.58% | - |
| HSV(B) | 232.84º | 0.54% | 0.8% | - |
| XYZ | 20.65 | 17.21 | 58.73 | - |
| YUV | 114.06 | 178.19 | 113.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 107 | 203 | 0.54 | 0.47 | 0 | 0.20 | 232.84 | 0.51 | 0.58 |
| Hex | 5E | 6B | CB | 36 | 2F | 0 | 14 | E9 | 33 | 3A |
| Octal | 136 | 153 | 313 | 66 | 57 | 0 | 24 | 351 | 63 | 72 |
| Binary | 1011110 | 1101011 | 11001011 | 110110 | 101111 | 0 | 10100 | 11101001 | 110011 | 111010 |
Color Harmonies of #5E6BCB
Complementary color
Monochromatic Colors of #5E6BCB
Black with #5E6BCB
Text Example
Text Example
White with #5E6BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E6BCB; }
p { color: rgb(94,107,203); }
H1.HeaderClassName
{
color: #5E6BCB;
}
.AnyTagClassName
{
color: #5E6BCB;
}
</style>
background-color css
<style>
a { background-color: #5E6BCB; }
a { background-color: rgb(94,107,203); }
div.DivClassName
{
background-color: #5E6BCB;
}
.BgClassName
{
background-color: #5E6BCB;
}
</style>
border-color css
<style>
span { border-color: #5E6BCB; }
span { border-color: rgb(94,107,203); }
td.TdClassName
{
border-color: #5E6BCB;
}
.TagClassName
{
border-color: #5E6BCB;
}
</style>