Shades of Chetwode Blue #5563BD
Tints of Chetwode Blue #5563BD
RGB
CMYK
RGB Variations
Color information
#5563BD (or 0x5563BD) is known color: Chetwode Blue. HEX triplet: 55, 63 and BD. RGB value is (85,99,189). Sum of RGB (Red+Green+Blue) = 85+99+189=373 (49% of max value = 765). Red value is 85 (33.59% from 255 or 22.79% from 373); Green value is 99 (39.06% from 255 or 26.54% from 373); Blue value is 189 (74.22% from 255 or 50.67% from 373); Max value from RGB is 189 - color contains mainly: blue. Hex color #5563BD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5563BD is #AA9C42. Grayscale: #686868. Windows color (decimal): -11181123 or 12411733. OLE color: 12411733.
HSL color Cylindrical-coordinate representation of color #5563BD: hue angle of 231.92º degrees, saturation: 0.44, 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 #5563BD is Cyan = 0.55, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 85 | 99 | 189 | - |
| CMYK | 0.55 | 0.48 | 0 | 0.26 |
| HSL | 231.92º | 0.44% | 0.54% | - |
| HSV(B) | 231.92º | 0.55% | 0.74% | - |
| XYZ | 17.39 | 14.53 | 50.03 | - |
| YUV | 105.07 | 175.36 | 113.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 99 | 189 | 0.55 | 0.48 | 0 | 0.26 | 231.92 | 0.44 | 0.54 |
| Hex | 55 | 63 | BD | 37 | 30 | 0 | 1A | E8 | 2C | 36 |
| Octal | 125 | 143 | 275 | 67 | 60 | 0 | 32 | 350 | 54 | 66 |
| Binary | 1010101 | 1100011 | 10111101 | 110111 | 110000 | 0 | 11010 | 11101000 | 101100 | 110110 |
Color Harmonies of #5563BD
Complementary color
Monochromatic Colors of #5563BD
Black with #5563BD
Text Example
Text Example
White with #5563BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5563BD; }
p { color: rgb(85,99,189); }
H1.HeaderClassName
{
color: #5563BD;
}
.AnyTagClassName
{
color: #5563BD;
}
</style>
background-color css
<style>
a { background-color: #5563BD; }
a { background-color: rgb(85,99,189); }
div.DivClassName
{
background-color: #5563BD;
}
.BgClassName
{
background-color: #5563BD;
}
</style>
border-color css
<style>
span { border-color: #5563BD; }
span { border-color: rgb(85,99,189); }
td.TdClassName
{
border-color: #5563BD;
}
.TagClassName
{
border-color: #5563BD;
}
</style>