Shades of Chetwode Blue #5663C0
Tints of Chetwode Blue #5663C0
RGB
CMYK
RGB Variations
Color information
#5663C0 (or 0x5663C0) is known color: Chetwode Blue. HEX triplet: 56, 63 and C0. RGB value is (86,99,192). Sum of RGB (Red+Green+Blue) = 86+99+192=377 (49% of max value = 765). Red value is 86 (33.98% from 255 or 22.81% from 377); Green value is 99 (39.06% from 255 or 26.26% from 377); Blue value is 192 (75.39% from 255 or 50.93% from 377); Max value from RGB is 192 - color contains mainly: blue. Hex color #5663C0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5663C0 is #A99C3F. Grayscale: #696969. Windows color (decimal): -11115584 or 12608342. OLE color: 12608342.
HSL color Cylindrical-coordinate representation of color #5663C0: hue angle of 232.64º degrees, saturation: 0.46, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5663C0 is Cyan = 0.55, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 86 | 99 | 192 | - |
| CMYK | 0.55 | 0.48 | 0 | 0.25 |
| HSL | 232.64º | 0.46% | 0.55% | - |
| HSV(B) | 232.64º | 0.55% | 0.75% | - |
| XYZ | 17.81 | 14.71 | 51.77 | - |
| YUV | 105.72 | 176.69 | 113.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 99 | 192 | 0.55 | 0.48 | 0 | 0.25 | 232.64 | 0.46 | 0.55 |
| Hex | 56 | 63 | C0 | 37 | 30 | 0 | 19 | E9 | 2E | 37 |
| Octal | 126 | 143 | 300 | 67 | 60 | 0 | 31 | 351 | 56 | 67 |
| Binary | 1010110 | 1100011 | 11000000 | 110111 | 110000 | 0 | 11001 | 11101001 | 101110 | 110111 |
Color Harmonies of #5663C0
Complementary color
Monochromatic Colors of #5663C0
Black with #5663C0
Text Example
Text Example
White with #5663C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5663C0; }
p { color: rgb(86,99,192); }
H1.HeaderClassName
{
color: #5663C0;
}
.AnyTagClassName
{
color: #5663C0;
}
</style>
background-color css
<style>
a { background-color: #5663C0; }
a { background-color: rgb(86,99,192); }
div.DivClassName
{
background-color: #5663C0;
}
.BgClassName
{
background-color: #5663C0;
}
</style>
border-color css
<style>
span { border-color: #5663C0; }
span { border-color: rgb(86,99,192); }
td.TdClassName
{
border-color: #5663C0;
}
.TagClassName
{
border-color: #5663C0;
}
</style>