Shades of Chetwode Blue #556DCB
Tints of Chetwode Blue #556DCB
RGB
CMYK
RGB Variations
Color information
#556DCB (or 0x556DCB) is known color: Chetwode Blue. HEX triplet: 55, 6D and CB. RGB value is (85,109,203). Sum of RGB (Red+Green+Blue) = 85+109+203=397 (52% of max value = 765). Red value is 85 (33.59% from 255 or 21.41% from 397); Green value is 109 (42.97% from 255 or 27.46% from 397); Blue value is 203 (79.69% from 255 or 51.13% from 397); Max value from RGB is 203 - color contains mainly: blue. Hex color #556DCB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #556DCB is #AA9234. Grayscale: #707070. Windows color (decimal): -11178549 or 13331797. OLE color: 13331797.
HSL color Cylindrical-coordinate representation of color #556DCB: hue angle of 227.8º degrees, saturation: 0.53, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #556DCB is Cyan = 0.58, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 85 | 109 | 203 | - |
| CMYK | 0.58 | 0.46 | 0 | 0.20 |
| HSL | 227.8º | 0.53% | 0.56% | - |
| HSV(B) | 227.8º | 0.58% | 0.8% | - |
| XYZ | 19.99 | 17.18 | 58.76 | - |
| YUV | 112.54 | 179.05 | 108.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 109 | 203 | 0.58 | 0.46 | 0 | 0.20 | 227.8 | 0.53 | 0.56 |
| Hex | 55 | 6D | CB | 3A | 2E | 0 | 14 | E4 | 35 | 38 |
| Octal | 125 | 155 | 313 | 72 | 56 | 0 | 24 | 344 | 65 | 70 |
| Binary | 1010101 | 1101101 | 11001011 | 111010 | 101110 | 0 | 10100 | 11100100 | 110101 | 111000 |
Color Harmonies of #556DCB
Complementary color
Monochromatic Colors of #556DCB
Black with #556DCB
Text Example
Text Example
White with #556DCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #556DCB; }
p { color: rgb(85,109,203); }
H1.HeaderClassName
{
color: #556DCB;
}
.AnyTagClassName
{
color: #556DCB;
}
</style>
background-color css
<style>
a { background-color: #556DCB; }
a { background-color: rgb(85,109,203); }
div.DivClassName
{
background-color: #556DCB;
}
.BgClassName
{
background-color: #556DCB;
}
</style>
border-color css
<style>
span { border-color: #556DCB; }
span { border-color: rgb(85,109,203); }
td.TdClassName
{
border-color: #556DCB;
}
.TagClassName
{
border-color: #556DCB;
}
</style>