Shades of Chetwode Blue #5871BB
Tints of Chetwode Blue #5871BB
RGB
CMYK
RGB Variations
Color information
#5871BB (or 0x5871BB) is known color: Chetwode Blue. HEX triplet: 58, 71 and BB. RGB value is (88,113,187). Sum of RGB (Red+Green+Blue) = 88+113+187=388 (51% of max value = 765). Red value is 88 (34.77% from 255 or 22.68% from 388); Green value is 113 (44.53% from 255 or 29.12% from 388); Blue value is 187 (73.44% from 255 or 48.20% from 388); Max value from RGB is 187 - color contains mainly: blue. Hex color #5871BB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5871BB is #A78E44. Grayscale: #717171. Windows color (decimal): -10980933 or 12284248. OLE color: 12284248.
HSL color Cylindrical-coordinate representation of color #5871BB: hue angle of 224.85º degrees, saturation: 0.42, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5871BB is Cyan = 0.53, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 88 | 113 | 187 | - |
| CMYK | 0.53 | 0.40 | 0 | 0.27 |
| HSL | 224.85º | 0.42% | 0.54% | - |
| HSV(B) | 224.85º | 0.53% | 0.73% | - |
| XYZ | 18.9 | 17.47 | 49.39 | - |
| YUV | 113.96 | 169.22 | 109.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 113 | 187 | 0.53 | 0.40 | 0 | 0.27 | 224.85 | 0.42 | 0.54 |
| Hex | 58 | 71 | BB | 35 | 28 | 0 | 1B | E1 | 2A | 36 |
| Octal | 130 | 161 | 273 | 65 | 50 | 0 | 33 | 341 | 52 | 66 |
| Binary | 1011000 | 1110001 | 10111011 | 110101 | 101000 | 0 | 11011 | 11100001 | 101010 | 110110 |
Color Harmonies of #5871BB
Complementary color
Monochromatic Colors of #5871BB
Black with #5871BB
Text Example
Text Example
White with #5871BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5871BB; }
p { color: rgb(88,113,187); }
H1.HeaderClassName
{
color: #5871BB;
}
.AnyTagClassName
{
color: #5871BB;
}
</style>
background-color css
<style>
a { background-color: #5871BB; }
a { background-color: rgb(88,113,187); }
div.DivClassName
{
background-color: #5871BB;
}
.BgClassName
{
background-color: #5871BB;
}
</style>
border-color css
<style>
span { border-color: #5871BB; }
span { border-color: rgb(88,113,187); }
td.TdClassName
{
border-color: #5871BB;
}
.TagClassName
{
border-color: #5871BB;
}
</style>