Shades of Chetwode Blue #556DB6
Tints of Chetwode Blue #556DB6
RGB
CMYK
RGB Variations
Color information
#556DB6 (or 0x556DB6) is known color: Chetwode Blue. HEX triplet: 55, 6D and B6. RGB value is (85,109,182). Sum of RGB (Red+Green+Blue) = 85+109+182=376 (49% of max value = 765). Red value is 85 (33.59% from 255 or 22.61% from 376); Green value is 109 (42.97% from 255 or 28.99% from 376); Blue value is 182 (71.48% from 255 or 48.40% from 376); Max value from RGB is 182 - color contains mainly: blue. Hex color #556DB6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #556DB6 is #AA9249. Grayscale: #6D6D6D. Windows color (decimal): -11178570 or 11955541. OLE color: 11955541.
HSL color Cylindrical-coordinate representation of color #556DB6: hue angle of 225.15º degrees, saturation: 0.4, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #556DB6 is Cyan = 0.53, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 85 | 109 | 182 | - |
| CMYK | 0.53 | 0.40 | 0 | 0.29 |
| HSL | 225.15º | 0.4% | 0.52% | - |
| HSV(B) | 225.15º | 0.53% | 0.71% | - |
| XYZ | 17.66 | 16.25 | 46.46 | - |
| YUV | 110.15 | 168.55 | 110.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 109 | 182 | 0.53 | 0.40 | 0 | 0.29 | 225.15 | 0.4 | 0.52 |
| Hex | 55 | 6D | B6 | 35 | 28 | 0 | 1D | E1 | 28 | 34 |
| Octal | 125 | 155 | 266 | 65 | 50 | 0 | 35 | 341 | 50 | 64 |
| Binary | 1010101 | 1101101 | 10110110 | 110101 | 101000 | 0 | 11101 | 11100001 | 101000 | 110100 |
Color Harmonies of #556DB6
Complementary color
Monochromatic Colors of #556DB6
Black with #556DB6
Text Example
Text Example
White with #556DB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #556DB6; }
p { color: rgb(85,109,182); }
H1.HeaderClassName
{
color: #556DB6;
}
.AnyTagClassName
{
color: #556DB6;
}
</style>
background-color css
<style>
a { background-color: #556DB6; }
a { background-color: rgb(85,109,182); }
div.DivClassName
{
background-color: #556DB6;
}
.BgClassName
{
background-color: #556DB6;
}
</style>
border-color css
<style>
span { border-color: #556DB6; }
span { border-color: rgb(85,109,182); }
td.TdClassName
{
border-color: #556DB6;
}
.TagClassName
{
border-color: #556DB6;
}
</style>