Shades of Chetwode Blue #5563BC
Tints of Chetwode Blue #5563BC
RGB
CMYK
RGB Variations
Color information
#5563BC (or 0x5563BC) is known color: Chetwode Blue. HEX triplet: 55, 63 and BC. RGB value is (85,99,188). Sum of RGB (Red+Green+Blue) = 85+99+188=372 (49% of max value = 765). Red value is 85 (33.59% from 255 or 22.85% from 372); Green value is 99 (39.06% from 255 or 26.61% from 372); Blue value is 188 (73.83% from 255 or 50.54% from 372); Max value from RGB is 188 - color contains mainly: blue. Hex color #5563BC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5563BC is #AA9C43. Grayscale: #686868. Windows color (decimal): -11181124 or 12346197. OLE color: 12346197.
HSL color Cylindrical-coordinate representation of color #5563BC: hue angle of 231.84º degrees, saturation: 0.43, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5563BC is Cyan = 0.55, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 85 | 99 | 188 | - |
| CMYK | 0.55 | 0.47 | 0 | 0.26 |
| HSL | 231.84º | 0.43% | 0.54% | - |
| HSV(B) | 231.84º | 0.55% | 0.74% | - |
| XYZ | 17.29 | 14.49 | 49.46 | - |
| YUV | 104.96 | 174.86 | 113.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 99 | 188 | 0.55 | 0.47 | 0 | 0.26 | 231.84 | 0.43 | 0.54 |
| Hex | 55 | 63 | BC | 37 | 2F | 0 | 1A | E8 | 2B | 36 |
| Octal | 125 | 143 | 274 | 67 | 57 | 0 | 32 | 350 | 53 | 66 |
| Binary | 1010101 | 1100011 | 10111100 | 110111 | 101111 | 0 | 11010 | 11101000 | 101011 | 110110 |
Color Harmonies of #5563BC
Complementary color
Monochromatic Colors of #5563BC
Black with #5563BC
Text Example
Text Example
White with #5563BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5563BC; }
p { color: rgb(85,99,188); }
H1.HeaderClassName
{
color: #5563BC;
}
.AnyTagClassName
{
color: #5563BC;
}
</style>
background-color css
<style>
a { background-color: #5563BC; }
a { background-color: rgb(85,99,188); }
div.DivClassName
{
background-color: #5563BC;
}
.BgClassName
{
background-color: #5563BC;
}
</style>
border-color css
<style>
span { border-color: #5563BC; }
span { border-color: rgb(85,99,188); }
td.TdClassName
{
border-color: #5563BC;
}
.TagClassName
{
border-color: #5563BC;
}
</style>