Shades of Chetwode Blue #5569BB
Tints of Chetwode Blue #5569BB
RGB
CMYK
RGB Variations
Color information
#5569BB (or 0x5569BB) is known color: Chetwode Blue. HEX triplet: 55, 69 and BB. RGB value is (85,105,187). Sum of RGB (Red+Green+Blue) = 85+105+187=377 (49% of max value = 765). Red value is 85 (33.59% from 255 or 22.55% from 377); Green value is 105 (41.41% from 255 or 27.85% from 377); Blue value is 187 (73.44% from 255 or 49.60% from 377); Max value from RGB is 187 - color contains mainly: blue. Hex color #5569BB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5569BB is #AA9644. Grayscale: #6C6C6C. Windows color (decimal): -11179589 or 12282197. OLE color: 12282197.
HSL color Cylindrical-coordinate representation of color #5569BB: hue angle of 228.24º 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 #5569BB is Cyan = 0.55, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 85 | 105 | 187 | - |
| CMYK | 0.55 | 0.44 | 0 | 0.27 |
| HSL | 228.24º | 0.43% | 0.53% | - |
| HSV(B) | 228.24º | 0.55% | 0.73% | - |
| XYZ | 17.77 | 15.62 | 49.09 | - |
| YUV | 108.37 | 172.37 | 111.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 105 | 187 | 0.55 | 0.44 | 0 | 0.27 | 228.24 | 0.43 | 0.53 |
| Hex | 55 | 69 | BB | 37 | 2C | 0 | 1B | E4 | 2B | 35 |
| Octal | 125 | 151 | 273 | 67 | 54 | 0 | 33 | 344 | 53 | 65 |
| Binary | 1010101 | 1101001 | 10111011 | 110111 | 101100 | 0 | 11011 | 11100100 | 101011 | 110101 |
Color Harmonies of #5569BB
Complementary color
Monochromatic Colors of #5569BB
Black with #5569BB
Text Example
Text Example
White with #5569BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5569BB; }
p { color: rgb(85,105,187); }
H1.HeaderClassName
{
color: #5569BB;
}
.AnyTagClassName
{
color: #5569BB;
}
</style>
background-color css
<style>
a { background-color: #5569BB; }
a { background-color: rgb(85,105,187); }
div.DivClassName
{
background-color: #5569BB;
}
.BgClassName
{
background-color: #5569BB;
}
</style>
border-color css
<style>
span { border-color: #5569BB; }
span { border-color: rgb(85,105,187); }
td.TdClassName
{
border-color: #5569BB;
}
.TagClassName
{
border-color: #5569BB;
}
</style>