Shades of Chetwode Blue #5870BC
Tints of Chetwode Blue #5870BC
RGB
CMYK
RGB Variations
Color information
#5870BC (or 0x5870BC) is known color: Chetwode Blue. HEX triplet: 58, 70 and BC. RGB value is (88,112,188). Sum of RGB (Red+Green+Blue) = 88+112+188=388 (51% of max value = 765). Red value is 88 (34.77% from 255 or 22.68% from 388); Green value is 112 (44.14% from 255 or 28.87% from 388); Blue value is 188 (73.83% from 255 or 48.45% from 388); Max value from RGB is 188 - color contains mainly: blue. Hex color #5870BC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5870BC is #A78F43. Grayscale: #717171. Windows color (decimal): -10981188 or 12349528. OLE color: 12349528.
HSL color Cylindrical-coordinate representation of color #5870BC: hue angle of 225.6º degrees, saturation: 0.43, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5870BC is Cyan = 0.53, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 88 | 112 | 188 | - |
| CMYK | 0.53 | 0.40 | 0 | 0.26 |
| HSL | 225.6º | 0.43% | 0.54% | - |
| HSV(B) | 225.6º | 0.53% | 0.74% | - |
| XYZ | 18.9 | 17.29 | 49.92 | - |
| YUV | 113.49 | 170.05 | 109.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 112 | 188 | 0.53 | 0.40 | 0 | 0.26 | 225.6 | 0.43 | 0.54 |
| Hex | 58 | 70 | BC | 35 | 28 | 0 | 1A | E2 | 2B | 36 |
| Octal | 130 | 160 | 274 | 65 | 50 | 0 | 32 | 342 | 53 | 66 |
| Binary | 1011000 | 1110000 | 10111100 | 110101 | 101000 | 0 | 11010 | 11100010 | 101011 | 110110 |
Color Harmonies of #5870BC
Complementary color
Monochromatic Colors of #5870BC
Black with #5870BC
Text Example
Text Example
White with #5870BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5870BC; }
p { color: rgb(88,112,188); }
H1.HeaderClassName
{
color: #5870BC;
}
.AnyTagClassName
{
color: #5870BC;
}
</style>
background-color css
<style>
a { background-color: #5870BC; }
a { background-color: rgb(88,112,188); }
div.DivClassName
{
background-color: #5870BC;
}
.BgClassName
{
background-color: #5870BC;
}
</style>
border-color css
<style>
span { border-color: #5870BC; }
span { border-color: rgb(88,112,188); }
td.TdClassName
{
border-color: #5870BC;
}
.TagClassName
{
border-color: #5870BC;
}
</style>