Shades of Chetwode Blue #5663B9
Tints of Chetwode Blue #5663B9
RGB
CMYK
RGB Variations
Color information
#5663B9 (or 0x5663B9) is known color: Chetwode Blue. HEX triplet: 56, 63 and B9. RGB value is (86,99,185). Sum of RGB (Red+Green+Blue) = 86+99+185=370 (49% of max value = 765). Red value is 86 (33.98% from 255 or 23.24% from 370); Green value is 99 (39.06% from 255 or 26.76% from 370); Blue value is 185 (72.66% from 255 or 50% from 370); Max value from RGB is 185 - color contains mainly: blue. Hex color #5663B9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5663B9 is #A99C46. Grayscale: #686868. Windows color (decimal): -11115591 or 12149590. OLE color: 12149590.
HSL color Cylindrical-coordinate representation of color #5663B9: hue angle of 232.12º 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 #5663B9 is Cyan = 0.54, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 86 | 99 | 185 | - |
| CMYK | 0.54 | 0.46 | 0 | 0.27 |
| HSL | 232.12º | 0.41% | 0.53% | - |
| HSV(B) | 232.12º | 0.54% | 0.73% | - |
| XYZ | 17.06 | 14.4 | 47.78 | - |
| YUV | 104.92 | 173.19 | 114.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 99 | 185 | 0.54 | 0.46 | 0 | 0.27 | 232.12 | 0.41 | 0.53 |
| Hex | 56 | 63 | B9 | 36 | 2E | 0 | 1B | E8 | 29 | 35 |
| Octal | 126 | 143 | 271 | 66 | 56 | 0 | 33 | 350 | 51 | 65 |
| Binary | 1010110 | 1100011 | 10111001 | 110110 | 101110 | 0 | 11011 | 11101000 | 101001 | 110101 |
Color Harmonies of #5663B9
Complementary color
Monochromatic Colors of #5663B9
Black with #5663B9
Text Example
Text Example
White with #5663B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5663B9; }
p { color: rgb(86,99,185); }
H1.HeaderClassName
{
color: #5663B9;
}
.AnyTagClassName
{
color: #5663B9;
}
</style>
background-color css
<style>
a { background-color: #5663B9; }
a { background-color: rgb(86,99,185); }
div.DivClassName
{
background-color: #5663B9;
}
.BgClassName
{
background-color: #5663B9;
}
</style>
border-color css
<style>
span { border-color: #5663B9; }
span { border-color: rgb(86,99,185); }
td.TdClassName
{
border-color: #5663B9;
}
.TagClassName
{
border-color: #5663B9;
}
</style>