Shades of Chetwode Blue #556AB7
Tints of Chetwode Blue #556AB7
RGB
CMYK
RGB Variations
Color information
#556AB7 (or 0x556AB7) is known color: Chetwode Blue. HEX triplet: 55, 6A and B7. RGB value is (85,106,183). Sum of RGB (Red+Green+Blue) = 85+106+183=374 (49% of max value = 765). Red value is 85 (33.59% from 255 or 22.73% from 374); Green value is 106 (41.80% from 255 or 28.34% from 374); Blue value is 183 (71.88% from 255 or 48.93% from 374); Max value from RGB is 183 - color contains mainly: blue. Hex color #556AB7 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #556AB7 is #AA9548. Grayscale: #6C6C6C. Windows color (decimal): -11179337 or 12020309. OLE color: 12020309.
HSL color Cylindrical-coordinate representation of color #556AB7: hue angle of 227.14º degrees, saturation: 0.4, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #556AB7 is Cyan = 0.54, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 85 | 106 | 183 | - |
| CMYK | 0.54 | 0.42 | 0 | 0.28 |
| HSL | 227.14º | 0.4% | 0.53% | - |
| HSV(B) | 227.14º | 0.54% | 0.72% | - |
| XYZ | 17.45 | 15.66 | 46.9 | - |
| YUV | 108.5 | 170.04 | 111.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 106 | 183 | 0.54 | 0.42 | 0 | 0.28 | 227.14 | 0.4 | 0.53 |
| Hex | 55 | 6A | B7 | 36 | 2A | 0 | 1C | E3 | 28 | 35 |
| Octal | 125 | 152 | 267 | 66 | 52 | 0 | 34 | 343 | 50 | 65 |
| Binary | 1010101 | 1101010 | 10110111 | 110110 | 101010 | 0 | 11100 | 11100011 | 101000 | 110101 |
Color Harmonies of #556AB7
Complementary color
Monochromatic Colors of #556AB7
Black with #556AB7
Text Example
Text Example
White with #556AB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #556AB7; }
p { color: rgb(85,106,183); }
H1.HeaderClassName
{
color: #556AB7;
}
.AnyTagClassName
{
color: #556AB7;
}
</style>
background-color css
<style>
a { background-color: #556AB7; }
a { background-color: rgb(85,106,183); }
div.DivClassName
{
background-color: #556AB7;
}
.BgClassName
{
background-color: #556AB7;
}
</style>
border-color css
<style>
span { border-color: #556AB7; }
span { border-color: rgb(85,106,183); }
td.TdClassName
{
border-color: #556AB7;
}
.TagClassName
{
border-color: #556AB7;
}
</style>