Shades of Chetwode Blue #5E6FCB
Tints of Chetwode Blue #5E6FCB
RGB
CMYK
RGB Variations
Color information
#5E6FCB (or 0x5E6FCB) is known color: Chetwode Blue. HEX triplet: 5E, 6F and CB. RGB value is (94,111,203). Sum of RGB (Red+Green+Blue) = 94+111+203=408 (54% of max value = 765). Red value is 94 (37.11% from 255 or 23.04% from 408); Green value is 111 (43.75% from 255 or 27.21% from 408); Blue value is 203 (79.69% from 255 or 49.75% from 408); Max value from RGB is 203 - color contains mainly: blue. Hex color #5E6FCB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5E6FCB is #A19034. Grayscale: #747474. Windows color (decimal): -10588213 or 13332318. OLE color: 13332318.
HSL color Cylindrical-coordinate representation of color #5E6FCB: hue angle of 230.64º 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 #5E6FCB is Cyan = 0.54, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 94 | 111 | 203 | - |
| CMYK | 0.54 | 0.45 | 0 | 0.20 |
| HSL | 230.64º | 0.51% | 0.58% | - |
| HSV(B) | 230.64º | 0.54% | 0.8% | - |
| XYZ | 21.08 | 18.06 | 58.87 | - |
| YUV | 116.41 | 176.87 | 112.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 111 | 203 | 0.54 | 0.45 | 0 | 0.20 | 230.64 | 0.51 | 0.58 |
| Hex | 5E | 6F | CB | 36 | 2D | 0 | 14 | E7 | 33 | 3A |
| Octal | 136 | 157 | 313 | 66 | 55 | 0 | 24 | 347 | 63 | 72 |
| Binary | 1011110 | 1101111 | 11001011 | 110110 | 101101 | 0 | 10100 | 11100111 | 110011 | 111010 |
Color Harmonies of #5E6FCB
Complementary color
Monochromatic Colors of #5E6FCB
Black with #5E6FCB
Text Example
Text Example
White with #5E6FCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E6FCB; }
p { color: rgb(94,111,203); }
H1.HeaderClassName
{
color: #5E6FCB;
}
.AnyTagClassName
{
color: #5E6FCB;
}
</style>
background-color css
<style>
a { background-color: #5E6FCB; }
a { background-color: rgb(94,111,203); }
div.DivClassName
{
background-color: #5E6FCB;
}
.BgClassName
{
background-color: #5E6FCB;
}
</style>
border-color css
<style>
span { border-color: #5E6FCB; }
span { border-color: rgb(94,111,203); }
td.TdClassName
{
border-color: #5E6FCB;
}
.TagClassName
{
border-color: #5E6FCB;
}
</style>