Shades of Chetwode Blue #5C6ECE
Tints of Chetwode Blue #5C6ECE
RGB
CMYK
RGB Variations
Color information
#5C6ECE (or 0x5C6ECE) is known color: Chetwode Blue. HEX triplet: 5C, 6E and CE. RGB value is (92,110,206). Sum of RGB (Red+Green+Blue) = 92+110+206=408 (54% of max value = 765). Red value is 92 (36.33% from 255 or 22.55% from 408); Green value is 110 (43.36% from 255 or 26.96% from 408); Blue value is 206 (80.86% from 255 or 50.49% from 408); Max value from RGB is 206 - color contains mainly: blue. Hex color #5C6ECE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5C6ECE is #A39131. Grayscale: #737373. Windows color (decimal): -10719538 or 13528668. OLE color: 13528668.
HSL color Cylindrical-coordinate representation of color #5C6ECE: hue angle of 230.53º degrees, saturation: 0.54, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5C6ECE is Cyan = 0.55, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 92 | 110 | 206 | - |
| CMYK | 0.55 | 0.47 | 0 | 0.19 |
| HSL | 230.53º | 0.54% | 0.58% | - |
| HSV(B) | 230.53º | 0.55% | 0.81% | - |
| XYZ | 21.13 | 17.88 | 60.73 | - |
| YUV | 115.56 | 179.04 | 111.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 110 | 206 | 0.55 | 0.47 | 0 | 0.19 | 230.53 | 0.54 | 0.58 |
| Hex | 5C | 6E | CE | 37 | 2F | 0 | 13 | E7 | 36 | 3A |
| Octal | 134 | 156 | 316 | 67 | 57 | 0 | 23 | 347 | 66 | 72 |
| Binary | 1011100 | 1101110 | 11001110 | 110111 | 101111 | 0 | 10011 | 11100111 | 110110 | 111010 |
Color Harmonies of #5C6ECE
Complementary color
Monochromatic Colors of #5C6ECE
Black with #5C6ECE
Text Example
Text Example
White with #5C6ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C6ECE; }
p { color: rgb(92,110,206); }
H1.HeaderClassName
{
color: #5C6ECE;
}
.AnyTagClassName
{
color: #5C6ECE;
}
</style>
background-color css
<style>
a { background-color: #5C6ECE; }
a { background-color: rgb(92,110,206); }
div.DivClassName
{
background-color: #5C6ECE;
}
.BgClassName
{
background-color: #5C6ECE;
}
</style>
border-color css
<style>
span { border-color: #5C6ECE; }
span { border-color: rgb(92,110,206); }
td.TdClassName
{
border-color: #5C6ECE;
}
.TagClassName
{
border-color: #5C6ECE;
}
</style>