Shades of Chetwode Blue #5870CB
Tints of Chetwode Blue #5870CB
RGB
CMYK
RGB Variations
Color information
#5870CB (or 0x5870CB) is known color: Chetwode Blue. HEX triplet: 58, 70 and CB. RGB value is (88,112,203). Sum of RGB (Red+Green+Blue) = 88+112+203=403 (53% of max value = 765). Red value is 88 (34.77% from 255 or 21.84% from 403); Green value is 112 (44.14% from 255 or 27.79% from 403); Blue value is 203 (79.69% from 255 or 50.37% from 403); Max value from RGB is 203 - color contains mainly: blue. Hex color #5870CB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5870CB is #A78F34. Grayscale: #727272. Windows color (decimal): -10981173 or 13332568. OLE color: 13332568.
HSL color Cylindrical-coordinate representation of color #5870CB: hue angle of 227.48º 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 #5870CB is Cyan = 0.57, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 88 | 112 | 203 | - |
| CMYK | 0.57 | 0.45 | 0 | 0.20 |
| HSL | 227.48º | 0.53% | 0.57% | - |
| HSV(B) | 227.48º | 0.57% | 0.8% | - |
| XYZ | 20.6 | 17.97 | 58.88 | - |
| YUV | 115.2 | 177.55 | 108.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 112 | 203 | 0.57 | 0.45 | 0 | 0.20 | 227.48 | 0.53 | 0.57 |
| Hex | 58 | 70 | CB | 39 | 2D | 0 | 14 | E3 | 35 | 39 |
| Octal | 130 | 160 | 313 | 71 | 55 | 0 | 24 | 343 | 65 | 71 |
| Binary | 1011000 | 1110000 | 11001011 | 111001 | 101101 | 0 | 10100 | 11100011 | 110101 | 111001 |
Color Harmonies of #5870CB
Complementary color
Monochromatic Colors of #5870CB
Black with #5870CB
Text Example
Text Example
White with #5870CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5870CB; }
p { color: rgb(88,112,203); }
H1.HeaderClassName
{
color: #5870CB;
}
.AnyTagClassName
{
color: #5870CB;
}
</style>
background-color css
<style>
a { background-color: #5870CB; }
a { background-color: rgb(88,112,203); }
div.DivClassName
{
background-color: #5870CB;
}
.BgClassName
{
background-color: #5870CB;
}
</style>
border-color css
<style>
span { border-color: #5870CB; }
span { border-color: rgb(88,112,203); }
td.TdClassName
{
border-color: #5870CB;
}
.TagClassName
{
border-color: #5870CB;
}
</style>