Shades of Chetwode Blue #5566BD
Tints of Chetwode Blue #5566BD
RGB
CMYK
RGB Variations
Color information
#5566BD (or 0x5566BD) is known color: Chetwode Blue. HEX triplet: 55, 66 and BD. RGB value is (85,102,189). Sum of RGB (Red+Green+Blue) = 85+102+189=376 (49% of max value = 765). Red value is 85 (33.59% from 255 or 22.61% from 376); Green value is 102 (40.23% from 255 or 27.13% from 376); Blue value is 189 (74.22% from 255 or 50.27% from 376); Max value from RGB is 189 - color contains mainly: blue. Hex color #5566BD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5566BD is #AA9942. Grayscale: #6A6A6A. Windows color (decimal): -11180355 or 12412501. OLE color: 12412501.
HSL color Cylindrical-coordinate representation of color #5566BD: hue angle of 230.19º 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 #5566BD is Cyan = 0.55, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 85 | 102 | 189 | - |
| CMYK | 0.55 | 0.46 | 0 | 0.26 |
| HSL | 230.19º | 0.44% | 0.54% | - |
| HSV(B) | 230.19º | 0.55% | 0.74% | - |
| XYZ | 17.68 | 15.11 | 50.13 | - |
| YUV | 106.84 | 174.37 | 112.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 102 | 189 | 0.55 | 0.46 | 0 | 0.26 | 230.19 | 0.44 | 0.54 |
| Hex | 55 | 66 | BD | 37 | 2E | 0 | 1A | E6 | 2C | 36 |
| Octal | 125 | 146 | 275 | 67 | 56 | 0 | 32 | 346 | 54 | 66 |
| Binary | 1010101 | 1100110 | 10111101 | 110111 | 101110 | 0 | 11010 | 11100110 | 101100 | 110110 |
Color Harmonies of #5566BD
Complementary color
Monochromatic Colors of #5566BD
Black with #5566BD
Text Example
Text Example
White with #5566BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5566BD; }
p { color: rgb(85,102,189); }
H1.HeaderClassName
{
color: #5566BD;
}
.AnyTagClassName
{
color: #5566BD;
}
</style>
background-color css
<style>
a { background-color: #5566BD; }
a { background-color: rgb(85,102,189); }
div.DivClassName
{
background-color: #5566BD;
}
.BgClassName
{
background-color: #5566BD;
}
</style>
border-color css
<style>
span { border-color: #5566BD; }
span { border-color: rgb(85,102,189); }
td.TdClassName
{
border-color: #5566BD;
}
.TagClassName
{
border-color: #5566BD;
}
</style>