Shades of Chetwode Blue #5672B9
Tints of Chetwode Blue #5672B9
RGB
CMYK
RGB Variations
Color information
#5672B9 (or 0x5672B9) is known color: Chetwode Blue. HEX triplet: 56, 72 and B9. RGB value is (86,114,185). Sum of RGB (Red+Green+Blue) = 86+114+185=385 (50% of max value = 765). Red value is 86 (33.98% from 255 or 22.34% from 385); Green value is 114 (44.92% from 255 or 29.61% from 385); Blue value is 185 (72.66% from 255 or 48.05% from 385); Max value from RGB is 185 - color contains mainly: blue. Hex color #5672B9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5672B9 is #A98D46. Grayscale: #717171. Windows color (decimal): -11111751 or 12153430. OLE color: 12153430.
HSL color Cylindrical-coordinate representation of color #5672B9: hue angle of 223.03º degrees, saturation: 0.41, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5672B9 is Cyan = 0.54, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 86 | 114 | 185 | - |
| CMYK | 0.54 | 0.38 | 0 | 0.27 |
| HSL | 223.03º | 0.41% | 0.53% | - |
| HSV(B) | 223.03º | 0.54% | 0.73% | - |
| XYZ | 18.61 | 17.52 | 48.3 | - |
| YUV | 113.72 | 168.22 | 108.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 114 | 185 | 0.54 | 0.38 | 0 | 0.27 | 223.03 | 0.41 | 0.53 |
| Hex | 56 | 72 | B9 | 36 | 26 | 0 | 1B | DF | 29 | 35 |
| Octal | 126 | 162 | 271 | 66 | 46 | 0 | 33 | 337 | 51 | 65 |
| Binary | 1010110 | 1110010 | 10111001 | 110110 | 100110 | 0 | 11011 | 11011111 | 101001 | 110101 |
Color Harmonies of #5672B9
Complementary color
Monochromatic Colors of #5672B9
Black with #5672B9
Text Example
Text Example
White with #5672B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5672B9; }
p { color: rgb(86,114,185); }
H1.HeaderClassName
{
color: #5672B9;
}
.AnyTagClassName
{
color: #5672B9;
}
</style>
background-color css
<style>
a { background-color: #5672B9; }
a { background-color: rgb(86,114,185); }
div.DivClassName
{
background-color: #5672B9;
}
.BgClassName
{
background-color: #5672B9;
}
</style>
border-color css
<style>
span { border-color: #5672B9; }
span { border-color: rgb(86,114,185); }
td.TdClassName
{
border-color: #5672B9;
}
.TagClassName
{
border-color: #5672B9;
}
</style>