Shades of Chetwode Blue #5563BE
Tints of Chetwode Blue #5563BE
RGB
CMYK
RGB Variations
Color information
#5563BE (or 0x5563BE) is known color: Chetwode Blue. HEX triplet: 55, 63 and BE. RGB value is (85,99,190). Sum of RGB (Red+Green+Blue) = 85+99+190=374 (49% of max value = 765). Red value is 85 (33.59% from 255 or 22.73% from 374); Green value is 99 (39.06% from 255 or 26.47% from 374); Blue value is 190 (74.61% from 255 or 50.80% from 374); Max value from RGB is 190 - color contains mainly: blue. Hex color #5563BE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5563BE is #AA9C41. Grayscale: #686868. Windows color (decimal): -11181122 or 12477269. OLE color: 12477269.
HSL color Cylindrical-coordinate representation of color #5563BE: hue angle of 232º degrees, saturation: 0.45, 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 #5563BE is Cyan = 0.55, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 85 | 99 | 190 | - |
| CMYK | 0.55 | 0.48 | 0 | 0.25 |
| HSL | 232º | 0.45% | 0.54% | - |
| HSV(B) | 232º | 0.55% | 0.75% | - |
| XYZ | 17.5 | 14.57 | 50.61 | - |
| YUV | 105.19 | 175.86 | 113.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 99 | 190 | 0.55 | 0.48 | 0 | 0.25 | 232 | 0.45 | 0.54 |
| Hex | 55 | 63 | BE | 37 | 30 | 0 | 19 | E8 | 2D | 36 |
| Octal | 125 | 143 | 276 | 67 | 60 | 0 | 31 | 350 | 55 | 66 |
| Binary | 1010101 | 1100011 | 10111110 | 110111 | 110000 | 0 | 11001 | 11101000 | 101101 | 110110 |
Color Harmonies of #5563BE
Complementary color
Monochromatic Colors of #5563BE
Black with #5563BE
Text Example
Text Example
White with #5563BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5563BE; }
p { color: rgb(85,99,190); }
H1.HeaderClassName
{
color: #5563BE;
}
.AnyTagClassName
{
color: #5563BE;
}
</style>
background-color css
<style>
a { background-color: #5563BE; }
a { background-color: rgb(85,99,190); }
div.DivClassName
{
background-color: #5563BE;
}
.BgClassName
{
background-color: #5563BE;
}
</style>
border-color css
<style>
span { border-color: #5563BE; }
span { border-color: rgb(85,99,190); }
td.TdClassName
{
border-color: #5563BE;
}
.TagClassName
{
border-color: #5563BE;
}
</style>