Shades of Chetwode Blue #556ABB
Tints of Chetwode Blue #556ABB
RGB
CMYK
RGB Variations
Color information
#556ABB (or 0x556ABB) is known color: Chetwode Blue. HEX triplet: 55, 6A and BB. RGB value is (85,106,187). Sum of RGB (Red+Green+Blue) = 85+106+187=378 (50% of max value = 765). Red value is 85 (33.59% from 255 or 22.49% from 378); Green value is 106 (41.80% from 255 or 28.04% from 378); Blue value is 187 (73.44% from 255 or 49.47% from 378); Max value from RGB is 187 - color contains mainly: blue. Hex color #556ABB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #556ABB is #AA9544. Grayscale: #6C6C6C. Windows color (decimal): -11179333 or 12282453. OLE color: 12282453.
HSL color Cylindrical-coordinate representation of color #556ABB: hue angle of 227.65º 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 #556ABB is Cyan = 0.55, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 85 | 106 | 187 | - |
| CMYK | 0.55 | 0.43 | 0 | 0.27 |
| HSL | 227.65º | 0.43% | 0.53% | - |
| HSV(B) | 227.65º | 0.55% | 0.73% | - |
| XYZ | 17.87 | 15.83 | 49.13 | - |
| YUV | 108.96 | 172.04 | 110.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 106 | 187 | 0.55 | 0.43 | 0 | 0.27 | 227.65 | 0.43 | 0.53 |
| Hex | 55 | 6A | BB | 37 | 2B | 0 | 1B | E4 | 2B | 35 |
| Octal | 125 | 152 | 273 | 67 | 53 | 0 | 33 | 344 | 53 | 65 |
| Binary | 1010101 | 1101010 | 10111011 | 110111 | 101011 | 0 | 11011 | 11100100 | 101011 | 110101 |
Color Harmonies of #556ABB
Complementary color
Monochromatic Colors of #556ABB
Black with #556ABB
Text Example
Text Example
White with #556ABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #556ABB; }
p { color: rgb(85,106,187); }
H1.HeaderClassName
{
color: #556ABB;
}
.AnyTagClassName
{
color: #556ABB;
}
</style>
background-color css
<style>
a { background-color: #556ABB; }
a { background-color: rgb(85,106,187); }
div.DivClassName
{
background-color: #556ABB;
}
.BgClassName
{
background-color: #556ABB;
}
</style>
border-color css
<style>
span { border-color: #556ABB; }
span { border-color: rgb(85,106,187); }
td.TdClassName
{
border-color: #556ABB;
}
.TagClassName
{
border-color: #556ABB;
}
</style>