Shades of Chetwode Blue #5C6EC9
Tints of Chetwode Blue #5C6EC9
RGB
CMYK
RGB Variations
Color information
#5C6EC9 (or 0x5C6EC9) is known color: Chetwode Blue. HEX triplet: 5C, 6E and C9. RGB value is (92,110,201). Sum of RGB (Red+Green+Blue) = 92+110+201=403 (53% of max value = 765). Red value is 92 (36.33% from 255 or 22.83% from 403); Green value is 110 (43.36% from 255 or 27.30% from 403); Blue value is 201 (78.91% from 255 or 49.88% from 403); Max value from RGB is 201 - color contains mainly: blue. Hex color #5C6EC9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5C6EC9 is #A39136. Grayscale: #727272. Windows color (decimal): -10719543 or 13200988. OLE color: 13200988.
HSL color Cylindrical-coordinate representation of color #5C6EC9: hue angle of 230.09º degrees, saturation: 0.5, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5C6EC9 is Cyan = 0.54, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 92 | 110 | 201 | - |
| CMYK | 0.54 | 0.45 | 0 | 0.21 |
| HSL | 230.09º | 0.5% | 0.57% | - |
| HSV(B) | 230.09º | 0.54% | 0.79% | - |
| XYZ | 20.53 | 17.64 | 57.58 | - |
| YUV | 114.99 | 176.54 | 111.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 110 | 201 | 0.54 | 0.45 | 0 | 0.21 | 230.09 | 0.5 | 0.57 |
| Hex | 5C | 6E | C9 | 36 | 2D | 0 | 15 | E6 | 32 | 39 |
| Octal | 134 | 156 | 311 | 66 | 55 | 0 | 25 | 346 | 62 | 71 |
| Binary | 1011100 | 1101110 | 11001001 | 110110 | 101101 | 0 | 10101 | 11100110 | 110010 | 111001 |
Color Harmonies of #5C6EC9
Complementary color
Monochromatic Colors of #5C6EC9
Black with #5C6EC9
Text Example
Text Example
White with #5C6EC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C6EC9; }
p { color: rgb(92,110,201); }
H1.HeaderClassName
{
color: #5C6EC9;
}
.AnyTagClassName
{
color: #5C6EC9;
}
</style>
background-color css
<style>
a { background-color: #5C6EC9; }
a { background-color: rgb(92,110,201); }
div.DivClassName
{
background-color: #5C6EC9;
}
.BgClassName
{
background-color: #5C6EC9;
}
</style>
border-color css
<style>
span { border-color: #5C6EC9; }
span { border-color: rgb(92,110,201); }
td.TdClassName
{
border-color: #5C6EC9;
}
.TagClassName
{
border-color: #5C6EC9;
}
</style>