Shades of Chetwode Blue #5C6EBF
Tints of Chetwode Blue #5C6EBF
RGB
CMYK
RGB Variations
Color information
#5C6EBF (or 0x5C6EBF) is known color: Chetwode Blue. HEX triplet: 5C, 6E and BF. RGB value is (92,110,191). Sum of RGB (Red+Green+Blue) = 92+110+191=393 (52% of max value = 765). Red value is 92 (36.33% from 255 or 23.41% from 393); Green value is 110 (43.36% from 255 or 27.99% from 393); Blue value is 191 (75% from 255 or 48.60% from 393); Max value from RGB is 191 - color contains mainly: blue. Hex color #5C6EBF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5C6EBF is #A39140. Grayscale: #717171. Windows color (decimal): -10719553 or 12545628. OLE color: 12545628.
HSL color Cylindrical-coordinate representation of color #5C6EBF: hue angle of 229.09º degrees, saturation: 0.44, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #5C6EBF is Cyan = 0.52, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 92 | 110 | 191 | - |
| CMYK | 0.52 | 0.42 | 0 | 0.25 |
| HSL | 229.09º | 0.44% | 0.55% | - |
| HSV(B) | 229.09º | 0.52% | 0.75% | - |
| XYZ | 19.39 | 17.19 | 51.59 | - |
| YUV | 113.85 | 171.54 | 112.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 110 | 191 | 0.52 | 0.42 | 0 | 0.25 | 229.09 | 0.44 | 0.55 |
| Hex | 5C | 6E | BF | 34 | 2A | 0 | 19 | E5 | 2C | 37 |
| Octal | 134 | 156 | 277 | 64 | 52 | 0 | 31 | 345 | 54 | 67 |
| Binary | 1011100 | 1101110 | 10111111 | 110100 | 101010 | 0 | 11001 | 11100101 | 101100 | 110111 |
Color Harmonies of #5C6EBF
Complementary color
Monochromatic Colors of #5C6EBF
Black with #5C6EBF
Text Example
Text Example
White with #5C6EBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C6EBF; }
p { color: rgb(92,110,191); }
H1.HeaderClassName
{
color: #5C6EBF;
}
.AnyTagClassName
{
color: #5C6EBF;
}
</style>
background-color css
<style>
a { background-color: #5C6EBF; }
a { background-color: rgb(92,110,191); }
div.DivClassName
{
background-color: #5C6EBF;
}
.BgClassName
{
background-color: #5C6EBF;
}
</style>
border-color css
<style>
span { border-color: #5C6EBF; }
span { border-color: rgb(92,110,191); }
td.TdClassName
{
border-color: #5C6EBF;
}
.TagClassName
{
border-color: #5C6EBF;
}
</style>