Shades of Chetwode Blue #556EC9
Tints of Chetwode Blue #556EC9
RGB
CMYK
RGB Variations
Color information
#556EC9 (or 0x556EC9) is known color: Chetwode Blue. HEX triplet: 55, 6E and C9. RGB value is (85,110,201). Sum of RGB (Red+Green+Blue) = 85+110+201=396 (52% of max value = 765). Red value is 85 (33.59% from 255 or 21.46% from 396); Green value is 110 (43.36% from 255 or 27.78% from 396); Blue value is 201 (78.91% from 255 or 50.76% from 396); Max value from RGB is 201 - color contains mainly: blue. Hex color #556EC9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #556EC9 is #AA9136. Grayscale: #707070. Windows color (decimal): -11178295 or 13200981. OLE color: 13200981.
HSL color Cylindrical-coordinate representation of color #556EC9: hue angle of 227.07º degrees, saturation: 0.52, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #556EC9 is Cyan = 0.58, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 85 | 110 | 201 | - |
| CMYK | 0.58 | 0.45 | 0 | 0.21 |
| HSL | 227.07º | 0.52% | 0.56% | - |
| HSV(B) | 227.07º | 0.58% | 0.79% | - |
| XYZ | 19.86 | 17.3 | 57.55 | - |
| YUV | 112.9 | 177.72 | 108.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 110 | 201 | 0.58 | 0.45 | 0 | 0.21 | 227.07 | 0.52 | 0.56 |
| Hex | 55 | 6E | C9 | 3A | 2D | 0 | 15 | E3 | 34 | 38 |
| Octal | 125 | 156 | 311 | 72 | 55 | 0 | 25 | 343 | 64 | 70 |
| Binary | 1010101 | 1101110 | 11001001 | 111010 | 101101 | 0 | 10101 | 11100011 | 110100 | 111000 |
Color Harmonies of #556EC9
Complementary color
Monochromatic Colors of #556EC9
Black with #556EC9
Text Example
Text Example
White with #556EC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #556EC9; }
p { color: rgb(85,110,201); }
H1.HeaderClassName
{
color: #556EC9;
}
.AnyTagClassName
{
color: #556EC9;
}
</style>
background-color css
<style>
a { background-color: #556EC9; }
a { background-color: rgb(85,110,201); }
div.DivClassName
{
background-color: #556EC9;
}
.BgClassName
{
background-color: #556EC9;
}
</style>
border-color css
<style>
span { border-color: #556EC9; }
span { border-color: rgb(85,110,201); }
td.TdClassName
{
border-color: #556EC9;
}
.TagClassName
{
border-color: #556EC9;
}
</style>