Shades of Chetwode Blue #556DBB
Tints of Chetwode Blue #556DBB
RGB
CMYK
RGB Variations
Color information
#556DBB (or 0x556DBB) is known color: Chetwode Blue. HEX triplet: 55, 6D and BB. RGB value is (85,109,187). Sum of RGB (Red+Green+Blue) = 85+109+187=381 (50% of max value = 765). Red value is 85 (33.59% from 255 or 22.31% from 381); Green value is 109 (42.97% from 255 or 28.61% from 381); Blue value is 187 (73.44% from 255 or 49.08% from 381); Max value from RGB is 187 - color contains mainly: blue. Hex color #556DBB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #556DBB is #AA9244. Grayscale: #6E6E6E. Windows color (decimal): -11178565 or 12283221. OLE color: 12283221.
HSL color Cylindrical-coordinate representation of color #556DBB: hue angle of 225.88º 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 #556DBB is Cyan = 0.55, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 85 | 109 | 187 | - |
| CMYK | 0.55 | 0.42 | 0 | 0.27 |
| HSL | 225.88º | 0.43% | 0.53% | - |
| HSV(B) | 225.88º | 0.55% | 0.73% | - |
| XYZ | 18.18 | 16.46 | 49.23 | - |
| YUV | 110.72 | 171.05 | 109.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 109 | 187 | 0.55 | 0.42 | 0 | 0.27 | 225.88 | 0.43 | 0.53 |
| Hex | 55 | 6D | BB | 37 | 2A | 0 | 1B | E2 | 2B | 35 |
| Octal | 125 | 155 | 273 | 67 | 52 | 0 | 33 | 342 | 53 | 65 |
| Binary | 1010101 | 1101101 | 10111011 | 110111 | 101010 | 0 | 11011 | 11100010 | 101011 | 110101 |
Color Harmonies of #556DBB
Complementary color
Monochromatic Colors of #556DBB
Black with #556DBB
Text Example
Text Example
White with #556DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #556DBB; }
p { color: rgb(85,109,187); }
H1.HeaderClassName
{
color: #556DBB;
}
.AnyTagClassName
{
color: #556DBB;
}
</style>
background-color css
<style>
a { background-color: #556DBB; }
a { background-color: rgb(85,109,187); }
div.DivClassName
{
background-color: #556DBB;
}
.BgClassName
{
background-color: #556DBB;
}
</style>
border-color css
<style>
span { border-color: #556DBB; }
span { border-color: rgb(85,109,187); }
td.TdClassName
{
border-color: #556DBB;
}
.TagClassName
{
border-color: #556DBB;
}
</style>