Shades of Chetwode Blue #556BBA
Tints of Chetwode Blue #556BBA
RGB
CMYK
RGB Variations
Color information
#556BBA (or 0x556BBA) is known color: Chetwode Blue. HEX triplet: 55, 6B and BA. RGB value is (85,107,186). Sum of RGB (Red+Green+Blue) = 85+107+186=378 (50% of max value = 765). Red value is 85 (33.59% from 255 or 22.49% from 378); Green value is 107 (42.19% from 255 or 28.31% from 378); Blue value is 186 (73.05% from 255 or 49.21% from 378); Max value from RGB is 186 - color contains mainly: blue. Hex color #556BBA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #556BBA is #AA9445. Grayscale: #6D6D6D. Windows color (decimal): -11179078 or 12217173. OLE color: 12217173.
HSL color Cylindrical-coordinate representation of color #556BBA: hue angle of 226.93º degrees, saturation: 0.42, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #556BBA is Cyan = 0.54, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 85 | 107 | 186 | - |
| CMYK | 0.54 | 0.42 | 0 | 0.27 |
| HSL | 226.93º | 0.42% | 0.53% | - |
| HSV(B) | 226.93º | 0.54% | 0.73% | - |
| XYZ | 17.87 | 15.99 | 48.6 | - |
| YUV | 109.43 | 171.21 | 110.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 107 | 186 | 0.54 | 0.42 | 0 | 0.27 | 226.93 | 0.42 | 0.53 |
| Hex | 55 | 6B | BA | 36 | 2A | 0 | 1B | E3 | 2A | 35 |
| Octal | 125 | 153 | 272 | 66 | 52 | 0 | 33 | 343 | 52 | 65 |
| Binary | 1010101 | 1101011 | 10111010 | 110110 | 101010 | 0 | 11011 | 11100011 | 101010 | 110101 |
Color Harmonies of #556BBA
Complementary color
Monochromatic Colors of #556BBA
Black with #556BBA
Text Example
Text Example
White with #556BBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #556BBA; }
p { color: rgb(85,107,186); }
H1.HeaderClassName
{
color: #556BBA;
}
.AnyTagClassName
{
color: #556BBA;
}
</style>
background-color css
<style>
a { background-color: #556BBA; }
a { background-color: rgb(85,107,186); }
div.DivClassName
{
background-color: #556BBA;
}
.BgClassName
{
background-color: #556BBA;
}
</style>
border-color css
<style>
span { border-color: #556BBA; }
span { border-color: rgb(85,107,186); }
td.TdClassName
{
border-color: #556BBA;
}
.TagClassName
{
border-color: #556BBA;
}
</style>