Shades of Chetwode Blue #556BC9
Tints of Chetwode Blue #556BC9
RGB
CMYK
RGB Variations
Color information
#556BC9 (or 0x556BC9) is known color: Chetwode Blue. HEX triplet: 55, 6B and C9. RGB value is (85,107,201). Sum of RGB (Red+Green+Blue) = 85+107+201=393 (52% of max value = 765). Red value is 85 (33.59% from 255 or 21.63% from 393); Green value is 107 (42.19% from 255 or 27.23% from 393); Blue value is 201 (78.91% from 255 or 51.15% from 393); Max value from RGB is 201 - color contains mainly: blue. Hex color #556BC9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #556BC9 is #AA9436. Grayscale: #6E6E6E. Windows color (decimal): -11179063 or 13200213. OLE color: 13200213.
HSL color Cylindrical-coordinate representation of color #556BC9: hue angle of 228.62º 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 #556BC9 is Cyan = 0.58, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 85 | 107 | 201 | - |
| CMYK | 0.58 | 0.47 | 0 | 0.21 |
| HSL | 228.62º | 0.52% | 0.56% | - |
| HSV(B) | 228.62º | 0.58% | 0.79% | - |
| XYZ | 19.55 | 16.66 | 57.44 | - |
| YUV | 111.14 | 178.71 | 109.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 107 | 201 | 0.58 | 0.47 | 0 | 0.21 | 228.62 | 0.52 | 0.56 |
| Hex | 55 | 6B | C9 | 3A | 2F | 0 | 15 | E5 | 34 | 38 |
| Octal | 125 | 153 | 311 | 72 | 57 | 0 | 25 | 345 | 64 | 70 |
| Binary | 1010101 | 1101011 | 11001001 | 111010 | 101111 | 0 | 10101 | 11100101 | 110100 | 111000 |
Color Harmonies of #556BC9
Complementary color
Monochromatic Colors of #556BC9
Black with #556BC9
Text Example
Text Example
White with #556BC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #556BC9; }
p { color: rgb(85,107,201); }
H1.HeaderClassName
{
color: #556BC9;
}
.AnyTagClassName
{
color: #556BC9;
}
</style>
background-color css
<style>
a { background-color: #556BC9; }
a { background-color: rgb(85,107,201); }
div.DivClassName
{
background-color: #556BC9;
}
.BgClassName
{
background-color: #556BC9;
}
</style>
border-color css
<style>
span { border-color: #556BC9; }
span { border-color: rgb(85,107,201); }
td.TdClassName
{
border-color: #556BC9;
}
.TagClassName
{
border-color: #556BC9;
}
</style>