Shades of Chetwode Blue #5E63BC
Tints of Chetwode Blue #5E63BC
RGB
CMYK
RGB Variations
Color information
#5E63BC (or 0x5E63BC) is known color: Chetwode Blue. HEX triplet: 5E, 63 and BC. RGB value is (94,99,188). Sum of RGB (Red+Green+Blue) = 94+99+188=381 (50% of max value = 765). Red value is 94 (37.11% from 255 or 24.67% from 381); Green value is 99 (39.06% from 255 or 25.98% from 381); Blue value is 188 (73.83% from 255 or 49.34% from 381); Max value from RGB is 188 - color contains mainly: blue. Hex color #5E63BC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5E63BC is #A19C43. Grayscale: #6B6B6B. Windows color (decimal): -10591300 or 12346206. OLE color: 12346206.
HSL color Cylindrical-coordinate representation of color #5E63BC: hue angle of 236.81º 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 #5E63BC is Cyan = 0.50, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 94 | 99 | 188 | - |
| CMYK | 0.50 | 0.47 | 0 | 0.26 |
| HSL | 236.81º | 0.41% | 0.55% | - |
| HSV(B) | 236.81º | 0.5% | 0.74% | - |
| XYZ | 18.16 | 14.93 | 49.5 | - |
| YUV | 107.65 | 173.34 | 118.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 99 | 188 | 0.50 | 0.47 | 0 | 0.26 | 236.81 | 0.41 | 0.55 |
| Hex | 5E | 63 | BC | 32 | 2F | 0 | 1A | ED | 29 | 37 |
| Octal | 136 | 143 | 274 | 62 | 57 | 0 | 32 | 355 | 51 | 67 |
| Binary | 1011110 | 1100011 | 10111100 | 110010 | 101111 | 0 | 11010 | 11101101 | 101001 | 110111 |
Color Harmonies of #5E63BC
Complementary color
Monochromatic Colors of #5E63BC
Black with #5E63BC
Text Example
Text Example
White with #5E63BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E63BC; }
p { color: rgb(94,99,188); }
H1.HeaderClassName
{
color: #5E63BC;
}
.AnyTagClassName
{
color: #5E63BC;
}
</style>
background-color css
<style>
a { background-color: #5E63BC; }
a { background-color: rgb(94,99,188); }
div.DivClassName
{
background-color: #5E63BC;
}
.BgClassName
{
background-color: #5E63BC;
}
</style>
border-color css
<style>
span { border-color: #5E63BC; }
span { border-color: rgb(94,99,188); }
td.TdClassName
{
border-color: #5E63BC;
}
.TagClassName
{
border-color: #5E63BC;
}
</style>