Shades of Chetwode Blue #5663BE
Tints of Chetwode Blue #5663BE
RGB
CMYK
RGB Variations
Color information
#5663BE (or 0x5663BE) is known color: Chetwode Blue. HEX triplet: 56, 63 and BE. RGB value is (86,99,190). Sum of RGB (Red+Green+Blue) = 86+99+190=375 (49% of max value = 765). Red value is 86 (33.98% from 255 or 22.93% from 375); Green value is 99 (39.06% from 255 or 26.4% from 375); Blue value is 190 (74.61% from 255 or 50.67% from 375); Max value from RGB is 190 - color contains mainly: blue. Hex color #5663BE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5663BE is #A99C41. Grayscale: #696969. Windows color (decimal): -11115586 or 12477270. OLE color: 12477270.
HSL color Cylindrical-coordinate representation of color #5663BE: hue angle of 232.5º degrees, saturation: 0.44, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5663BE is Cyan = 0.55, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 86 | 99 | 190 | - |
| CMYK | 0.55 | 0.48 | 0 | 0.25 |
| HSL | 232.5º | 0.44% | 0.54% | - |
| HSV(B) | 232.5º | 0.55% | 0.75% | - |
| XYZ | 17.59 | 14.62 | 50.61 | - |
| YUV | 105.49 | 175.69 | 114.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 99 | 190 | 0.55 | 0.48 | 0 | 0.25 | 232.5 | 0.44 | 0.54 |
| Hex | 56 | 63 | BE | 37 | 30 | 0 | 19 | E8 | 2C | 36 |
| Octal | 126 | 143 | 276 | 67 | 60 | 0 | 31 | 350 | 54 | 66 |
| Binary | 1010110 | 1100011 | 10111110 | 110111 | 110000 | 0 | 11001 | 11101000 | 101100 | 110110 |
Color Harmonies of #5663BE
Complementary color
Monochromatic Colors of #5663BE
Black with #5663BE
Text Example
Text Example
White with #5663BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5663BE; }
p { color: rgb(86,99,190); }
H1.HeaderClassName
{
color: #5663BE;
}
.AnyTagClassName
{
color: #5663BE;
}
</style>
background-color css
<style>
a { background-color: #5663BE; }
a { background-color: rgb(86,99,190); }
div.DivClassName
{
background-color: #5663BE;
}
.BgClassName
{
background-color: #5663BE;
}
</style>
border-color css
<style>
span { border-color: #5663BE; }
span { border-color: rgb(86,99,190); }
td.TdClassName
{
border-color: #5663BE;
}
.TagClassName
{
border-color: #5663BE;
}
</style>