Shades of Chetwode Blue #5870CC
Tints of Chetwode Blue #5870CC
RGB
CMYK
RGB Variations
Color information
#5870CC (or 0x5870CC) is known color: Chetwode Blue. HEX triplet: 58, 70 and CC. RGB value is (88,112,204). Sum of RGB (Red+Green+Blue) = 88+112+204=404 (53% of max value = 765). Red value is 88 (34.77% from 255 or 21.78% from 404); Green value is 112 (44.14% from 255 or 27.72% from 404); Blue value is 204 (80.08% from 255 or 50.50% from 404); Max value from RGB is 204 - color contains mainly: blue. Hex color #5870CC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5870CC is #A78F33. Grayscale: #727272. Windows color (decimal): -10981172 or 13398104. OLE color: 13398104.
HSL color Cylindrical-coordinate representation of color #5870CC: hue angle of 227.59º degrees, saturation: 0.53, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5870CC is Cyan = 0.57, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 88 | 112 | 204 | - |
| CMYK | 0.57 | 0.45 | 0 | 0.2 |
| HSL | 227.59º | 0.53% | 0.57% | - |
| HSV(B) | 227.59º | 0.57% | 0.8% | - |
| XYZ | 20.72 | 18.02 | 59.51 | - |
| YUV | 115.31 | 178.05 | 108.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 112 | 204 | 0.57 | 0.45 | 0 | 0.2 | 227.59 | 0.53 | 0.57 |
| Hex | 58 | 70 | CC | 39 | 2D | 0 | 14 | E4 | 35 | 39 |
| Octal | 130 | 160 | 314 | 71 | 55 | 0 | 24 | 344 | 65 | 71 |
| Binary | 1011000 | 1110000 | 11001100 | 111001 | 101101 | 0 | 10100 | 11100100 | 110101 | 111001 |
Color Harmonies of #5870CC
Complementary color
Monochromatic Colors of #5870CC
Black with #5870CC
Text Example
Text Example
White with #5870CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5870CC; }
p { color: rgb(88,112,204); }
H1.HeaderClassName
{
color: #5870CC;
}
.AnyTagClassName
{
color: #5870CC;
}
</style>
background-color css
<style>
a { background-color: #5870CC; }
a { background-color: rgb(88,112,204); }
div.DivClassName
{
background-color: #5870CC;
}
.BgClassName
{
background-color: #5870CC;
}
</style>
border-color css
<style>
span { border-color: #5870CC; }
span { border-color: rgb(88,112,204); }
td.TdClassName
{
border-color: #5870CC;
}
.TagClassName
{
border-color: #5870CC;
}
</style>