Shades of Chetwode Blue #5563BB
Tints of Chetwode Blue #5563BB
RGB
CMYK
RGB Variations
Color information
#5563BB (or 0x5563BB) is known color: Chetwode Blue. HEX triplet: 55, 63 and BB. RGB value is (85,99,187). Sum of RGB (Red+Green+Blue) = 85+99+187=371 (49% of max value = 765). Red value is 85 (33.59% from 255 or 22.91% from 371); Green value is 99 (39.06% from 255 or 26.68% from 371); Blue value is 187 (73.44% from 255 or 50.40% from 371); Max value from RGB is 187 - color contains mainly: blue. Hex color #5563BB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5563BB is #AA9C44. Grayscale: #686868. Windows color (decimal): -11181125 or 12280661. OLE color: 12280661.
HSL color Cylindrical-coordinate representation of color #5563BB: hue angle of 231.76º degrees, saturation: 0.43, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5563BB is Cyan = 0.55, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 85 | 99 | 187 | - |
| CMYK | 0.55 | 0.47 | 0 | 0.27 |
| HSL | 231.76º | 0.43% | 0.53% | - |
| HSV(B) | 231.76º | 0.55% | 0.73% | - |
| XYZ | 17.18 | 14.44 | 48.9 | - |
| YUV | 104.85 | 174.36 | 113.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 99 | 187 | 0.55 | 0.47 | 0 | 0.27 | 231.76 | 0.43 | 0.53 |
| Hex | 55 | 63 | BB | 37 | 2F | 0 | 1B | E8 | 2B | 35 |
| Octal | 125 | 143 | 273 | 67 | 57 | 0 | 33 | 350 | 53 | 65 |
| Binary | 1010101 | 1100011 | 10111011 | 110111 | 101111 | 0 | 11011 | 11101000 | 101011 | 110101 |
Color Harmonies of #5563BB
Complementary color
Monochromatic Colors of #5563BB
Black with #5563BB
Text Example
Text Example
White with #5563BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5563BB; }
p { color: rgb(85,99,187); }
H1.HeaderClassName
{
color: #5563BB;
}
.AnyTagClassName
{
color: #5563BB;
}
</style>
background-color css
<style>
a { background-color: #5563BB; }
a { background-color: rgb(85,99,187); }
div.DivClassName
{
background-color: #5563BB;
}
.BgClassName
{
background-color: #5563BB;
}
</style>
border-color css
<style>
span { border-color: #5563BB; }
span { border-color: rgb(85,99,187); }
td.TdClassName
{
border-color: #5563BB;
}
.TagClassName
{
border-color: #5563BB;
}
</style>