Shades of Chetwode Blue #5873B9
Tints of Chetwode Blue #5873B9
RGB
CMYK
RGB Variations
Color information
#5873B9 (or 0x5873B9) is known color: Chetwode Blue. HEX triplet: 58, 73 and B9. RGB value is (88,115,185). Sum of RGB (Red+Green+Blue) = 88+115+185=388 (51% of max value = 765). Red value is 88 (34.77% from 255 or 22.68% from 388); Green value is 115 (45.31% from 255 or 29.64% from 388); Blue value is 185 (72.66% from 255 or 47.68% from 388); Max value from RGB is 185 - color contains mainly: blue. Hex color #5873B9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5873B9 is #A78C46. Grayscale: #727272. Windows color (decimal): -10980423 or 12153688. OLE color: 12153688.
HSL color Cylindrical-coordinate representation of color #5873B9: hue angle of 223.3º degrees, saturation: 0.41, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #5873B9 is Cyan = 0.52, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 88 | 115 | 185 | - |
| CMYK | 0.52 | 0.38 | 0 | 0.27 |
| HSL | 223.3º | 0.41% | 0.54% | - |
| HSV(B) | 223.3º | 0.52% | 0.73% | - |
| XYZ | 18.91 | 17.84 | 48.35 | - |
| YUV | 114.91 | 167.55 | 108.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 115 | 185 | 0.52 | 0.38 | 0 | 0.27 | 223.3 | 0.41 | 0.54 |
| Hex | 58 | 73 | B9 | 34 | 26 | 0 | 1B | DF | 29 | 36 |
| Octal | 130 | 163 | 271 | 64 | 46 | 0 | 33 | 337 | 51 | 66 |
| Binary | 1011000 | 1110011 | 10111001 | 110100 | 100110 | 0 | 11011 | 11011111 | 101001 | 110110 |
Color Harmonies of #5873B9
Complementary color
Monochromatic Colors of #5873B9
Black with #5873B9
Text Example
Text Example
White with #5873B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5873B9; }
p { color: rgb(88,115,185); }
H1.HeaderClassName
{
color: #5873B9;
}
.AnyTagClassName
{
color: #5873B9;
}
</style>
background-color css
<style>
a { background-color: #5873B9; }
a { background-color: rgb(88,115,185); }
div.DivClassName
{
background-color: #5873B9;
}
.BgClassName
{
background-color: #5873B9;
}
</style>
border-color css
<style>
span { border-color: #5873B9; }
span { border-color: rgb(88,115,185); }
td.TdClassName
{
border-color: #5873B9;
}
.TagClassName
{
border-color: #5873B9;
}
</style>