Shades of Chetwode Blue #5569BD
Tints of Chetwode Blue #5569BD
RGB
CMYK
RGB Variations
Color information
#5569BD (or 0x5569BD) is known color: Chetwode Blue. HEX triplet: 55, 69 and BD. RGB value is (85,105,189). Sum of RGB (Red+Green+Blue) = 85+105+189=379 (50% of max value = 765). Red value is 85 (33.59% from 255 or 22.43% from 379); Green value is 105 (41.41% from 255 or 27.70% from 379); Blue value is 189 (74.22% from 255 or 49.87% from 379); Max value from RGB is 189 - color contains mainly: blue. Hex color #5569BD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5569BD is #AA9642. Grayscale: #6C6C6C. Windows color (decimal): -11179587 or 12413269. OLE color: 12413269.
HSL color Cylindrical-coordinate representation of color #5569BD: hue angle of 228.46º 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 #5569BD is Cyan = 0.55, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 85 | 105 | 189 | - |
| CMYK | 0.55 | 0.44 | 0 | 0.26 |
| HSL | 228.46º | 0.44% | 0.54% | - |
| HSV(B) | 228.46º | 0.55% | 0.74% | - |
| XYZ | 17.98 | 15.71 | 50.23 | - |
| YUV | 108.6 | 173.37 | 111.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 105 | 189 | 0.55 | 0.44 | 0 | 0.26 | 228.46 | 0.44 | 0.54 |
| Hex | 55 | 69 | BD | 37 | 2C | 0 | 1A | E4 | 2C | 36 |
| Octal | 125 | 151 | 275 | 67 | 54 | 0 | 32 | 344 | 54 | 66 |
| Binary | 1010101 | 1101001 | 10111101 | 110111 | 101100 | 0 | 11010 | 11100100 | 101100 | 110110 |
Color Harmonies of #5569BD
Complementary color
Monochromatic Colors of #5569BD
Black with #5569BD
Text Example
Text Example
White with #5569BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5569BD; }
p { color: rgb(85,105,189); }
H1.HeaderClassName
{
color: #5569BD;
}
.AnyTagClassName
{
color: #5569BD;
}
</style>
background-color css
<style>
a { background-color: #5569BD; }
a { background-color: rgb(85,105,189); }
div.DivClassName
{
background-color: #5569BD;
}
.BgClassName
{
background-color: #5569BD;
}
</style>
border-color css
<style>
span { border-color: #5569BD; }
span { border-color: rgb(85,105,189); }
td.TdClassName
{
border-color: #5569BD;
}
.TagClassName
{
border-color: #5569BD;
}
</style>