Shades of Chetwode Blue #5568BD
Tints of Chetwode Blue #5568BD
RGB
CMYK
RGB Variations
Color information
#5568BD (or 0x5568BD) is known color: Chetwode Blue. HEX triplet: 55, 68 and BD. RGB value is (85,104,189). Sum of RGB (Red+Green+Blue) = 85+104+189=378 (50% of max value = 765). Red value is 85 (33.59% from 255 or 22.49% from 378); Green value is 104 (41.02% from 255 or 27.51% from 378); Blue value is 189 (74.22% from 255 or 50% from 378); Max value from RGB is 189 - color contains mainly: blue. Hex color #5568BD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5568BD is #AA9742. Grayscale: #6B6B6B. Windows color (decimal): -11179843 or 12413013. OLE color: 12413013.
HSL color Cylindrical-coordinate representation of color #5568BD: hue angle of 229.04º 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 #5568BD is Cyan = 0.55, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 85 | 104 | 189 | - |
| CMYK | 0.55 | 0.45 | 0 | 0.26 |
| HSL | 229.04º | 0.44% | 0.54% | - |
| HSV(B) | 229.04º | 0.55% | 0.74% | - |
| XYZ | 17.88 | 15.51 | 50.19 | - |
| YUV | 108.01 | 173.71 | 111.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 104 | 189 | 0.55 | 0.45 | 0 | 0.26 | 229.04 | 0.44 | 0.54 |
| Hex | 55 | 68 | BD | 37 | 2D | 0 | 1A | E5 | 2C | 36 |
| Octal | 125 | 150 | 275 | 67 | 55 | 0 | 32 | 345 | 54 | 66 |
| Binary | 1010101 | 1101000 | 10111101 | 110111 | 101101 | 0 | 11010 | 11100101 | 101100 | 110110 |
Color Harmonies of #5568BD
Complementary color
Monochromatic Colors of #5568BD
Black with #5568BD
Text Example
Text Example
White with #5568BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5568BD; }
p { color: rgb(85,104,189); }
H1.HeaderClassName
{
color: #5568BD;
}
.AnyTagClassName
{
color: #5568BD;
}
</style>
background-color css
<style>
a { background-color: #5568BD; }
a { background-color: rgb(85,104,189); }
div.DivClassName
{
background-color: #5568BD;
}
.BgClassName
{
background-color: #5568BD;
}
</style>
border-color css
<style>
span { border-color: #5568BD; }
span { border-color: rgb(85,104,189); }
td.TdClassName
{
border-color: #5568BD;
}
.TagClassName
{
border-color: #5568BD;
}
</style>