Shades of Chetwode Blue #556DB9
Tints of Chetwode Blue #556DB9
RGB
CMYK
RGB Variations
Color information
#556DB9 (or 0x556DB9) is known color: Chetwode Blue. HEX triplet: 55, 6D and B9. RGB value is (85,109,185). Sum of RGB (Red+Green+Blue) = 85+109+185=379 (50% of max value = 765). Red value is 85 (33.59% from 255 or 22.43% from 379); Green value is 109 (42.97% from 255 or 28.76% from 379); Blue value is 185 (72.66% from 255 or 48.81% from 379); Max value from RGB is 185 - color contains mainly: blue. Hex color #556DB9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #556DB9 is #AA9246. Grayscale: #6E6E6E. Windows color (decimal): -11178567 or 12152149. OLE color: 12152149.
HSL color Cylindrical-coordinate representation of color #556DB9: hue angle of 225.6º degrees, saturation: 0.42, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #556DB9 is Cyan = 0.54, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 85 | 109 | 185 | - |
| CMYK | 0.54 | 0.41 | 0 | 0.27 |
| HSL | 225.6º | 0.42% | 0.53% | - |
| HSV(B) | 225.6º | 0.54% | 0.73% | - |
| XYZ | 17.97 | 16.37 | 48.11 | - |
| YUV | 110.49 | 170.05 | 109.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 109 | 185 | 0.54 | 0.41 | 0 | 0.27 | 225.6 | 0.42 | 0.53 |
| Hex | 55 | 6D | B9 | 36 | 29 | 0 | 1B | E2 | 2A | 35 |
| Octal | 125 | 155 | 271 | 66 | 51 | 0 | 33 | 342 | 52 | 65 |
| Binary | 1010101 | 1101101 | 10111001 | 110110 | 101001 | 0 | 11011 | 11100010 | 101010 | 110101 |
Color Harmonies of #556DB9
Complementary color
Monochromatic Colors of #556DB9
Black with #556DB9
Text Example
Text Example
White with #556DB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #556DB9; }
p { color: rgb(85,109,185); }
H1.HeaderClassName
{
color: #556DB9;
}
.AnyTagClassName
{
color: #556DB9;
}
</style>
background-color css
<style>
a { background-color: #556DB9; }
a { background-color: rgb(85,109,185); }
div.DivClassName
{
background-color: #556DB9;
}
.BgClassName
{
background-color: #556DB9;
}
</style>
border-color css
<style>
span { border-color: #556DB9; }
span { border-color: rgb(85,109,185); }
td.TdClassName
{
border-color: #556DB9;
}
.TagClassName
{
border-color: #556DB9;
}
</style>