Shades of Chetwode Blue #5C70BC
Tints of Chetwode Blue #5C70BC
RGB
CMYK
RGB Variations
Color information
#5C70BC (or 0x5C70BC) is known color: Chetwode Blue. HEX triplet: 5C, 70 and BC. RGB value is (92,112,188). Sum of RGB (Red+Green+Blue) = 92+112+188=392 (51% of max value = 765). Red value is 92 (36.33% from 255 or 23.47% from 392); Green value is 112 (44.14% from 255 or 28.57% from 392); Blue value is 188 (73.83% from 255 or 47.96% from 392); Max value from RGB is 188 - color contains mainly: blue. Hex color #5C70BC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5C70BC is #A38F43. Grayscale: #727272. Windows color (decimal): -10719044 or 12349532. OLE color: 12349532.
HSL color Cylindrical-coordinate representation of color #5C70BC: hue angle of 227.5º degrees, saturation: 0.42, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5C70BC is Cyan = 0.51, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 92 | 112 | 188 | - |
| CMYK | 0.51 | 0.40 | 0 | 0.26 |
| HSL | 227.5º | 0.42% | 0.55% | - |
| HSV(B) | 227.5º | 0.51% | 0.74% | - |
| XYZ | 19.28 | 17.49 | 49.94 | - |
| YUV | 114.68 | 169.37 | 111.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 112 | 188 | 0.51 | 0.40 | 0 | 0.26 | 227.5 | 0.42 | 0.55 |
| Hex | 5C | 70 | BC | 33 | 28 | 0 | 1A | E4 | 2A | 37 |
| Octal | 134 | 160 | 274 | 63 | 50 | 0 | 32 | 344 | 52 | 67 |
| Binary | 1011100 | 1110000 | 10111100 | 110011 | 101000 | 0 | 11010 | 11100100 | 101010 | 110111 |
Color Harmonies of #5C70BC
Complementary color
Monochromatic Colors of #5C70BC
Black with #5C70BC
Text Example
Text Example
White with #5C70BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C70BC; }
p { color: rgb(92,112,188); }
H1.HeaderClassName
{
color: #5C70BC;
}
.AnyTagClassName
{
color: #5C70BC;
}
</style>
background-color css
<style>
a { background-color: #5C70BC; }
a { background-color: rgb(92,112,188); }
div.DivClassName
{
background-color: #5C70BC;
}
.BgClassName
{
background-color: #5C70BC;
}
</style>
border-color css
<style>
span { border-color: #5C70BC; }
span { border-color: rgb(92,112,188); }
td.TdClassName
{
border-color: #5C70BC;
}
.TagClassName
{
border-color: #5C70BC;
}
</style>