Shades of Chetwode Blue #5E6BCA
Tints of Chetwode Blue #5E6BCA
RGB
CMYK
RGB Variations
Color information
#5E6BCA (or 0x5E6BCA) is known color: Chetwode Blue. HEX triplet: 5E, 6B and CA. RGB value is (94,107,202). Sum of RGB (Red+Green+Blue) = 94+107+202=403 (53% of max value = 765). Red value is 94 (37.11% from 255 or 23.33% from 403); Green value is 107 (42.19% from 255 or 26.55% from 403); Blue value is 202 (79.30% from 255 or 50.12% from 403); Max value from RGB is 202 - color contains mainly: blue. Hex color #5E6BCA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5E6BCA is #A19435. Grayscale: #717171. Windows color (decimal): -10589238 or 13265758. OLE color: 13265758.
HSL color Cylindrical-coordinate representation of color #5E6BCA: hue angle of 232.78º degrees, saturation: 0.5, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5E6BCA is Cyan = 0.53, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 94 | 107 | 202 | - |
| CMYK | 0.53 | 0.47 | 0 | 0.21 |
| HSL | 232.78º | 0.5% | 0.58% | - |
| HSV(B) | 232.78º | 0.53% | 0.79% | - |
| XYZ | 20.53 | 17.16 | 58.11 | - |
| YUV | 113.94 | 177.69 | 113.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 107 | 202 | 0.53 | 0.47 | 0 | 0.21 | 232.78 | 0.5 | 0.58 |
| Hex | 5E | 6B | CA | 35 | 2F | 0 | 15 | E9 | 32 | 3A |
| Octal | 136 | 153 | 312 | 65 | 57 | 0 | 25 | 351 | 62 | 72 |
| Binary | 1011110 | 1101011 | 11001010 | 110101 | 101111 | 0 | 10101 | 11101001 | 110010 | 111010 |
Color Harmonies of #5E6BCA
Complementary color
Monochromatic Colors of #5E6BCA
Black with #5E6BCA
Text Example
Text Example
White with #5E6BCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E6BCA; }
p { color: rgb(94,107,202); }
H1.HeaderClassName
{
color: #5E6BCA;
}
.AnyTagClassName
{
color: #5E6BCA;
}
</style>
background-color css
<style>
a { background-color: #5E6BCA; }
a { background-color: rgb(94,107,202); }
div.DivClassName
{
background-color: #5E6BCA;
}
.BgClassName
{
background-color: #5E6BCA;
}
</style>
border-color css
<style>
span { border-color: #5E6BCA; }
span { border-color: rgb(94,107,202); }
td.TdClassName
{
border-color: #5E6BCA;
}
.TagClassName
{
border-color: #5E6BCA;
}
</style>