Shades of Chetwode Blue #556CB2
Tints of Chetwode Blue #556CB2
RGB
CMYK
RGB Variations
Color information
#556CB2 (or 0x556CB2) is known color: Chetwode Blue. HEX triplet: 55, 6C and B2. RGB value is (85,108,178). Sum of RGB (Red+Green+Blue) = 85+108+178=371 (49% of max value = 765). Red value is 85 (33.59% from 255 or 22.91% from 371); Green value is 108 (42.58% from 255 or 29.11% from 371); Blue value is 178 (69.92% from 255 or 47.98% from 371); Max value from RGB is 178 - color contains mainly: blue. Hex color #556CB2 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #556CB2 is #AA934D. Grayscale: #6C6C6C. Windows color (decimal): -11178830 or 11693141. OLE color: 11693141.
HSL color Cylindrical-coordinate representation of color #556CB2: hue angle of 225.16º degrees, saturation: 0.38, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #556CB2 is Cyan = 0.52, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 85 | 108 | 178 | - |
| CMYK | 0.52 | 0.39 | 0 | 0.30 |
| HSL | 225.16º | 0.38% | 0.52% | - |
| HSV(B) | 225.16º | 0.52% | 0.7% | - |
| XYZ | 17.14 | 15.87 | 44.28 | - |
| YUV | 109.1 | 166.88 | 110.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 108 | 178 | 0.52 | 0.39 | 0 | 0.30 | 225.16 | 0.38 | 0.52 |
| Hex | 55 | 6C | B2 | 34 | 27 | 0 | 1E | E1 | 26 | 34 |
| Octal | 125 | 154 | 262 | 64 | 47 | 0 | 36 | 341 | 46 | 64 |
| Binary | 1010101 | 1101100 | 10110010 | 110100 | 100111 | 0 | 11110 | 11100001 | 100110 | 110100 |
Color Harmonies of #556CB2
Complementary color
Monochromatic Colors of #556CB2
Black with #556CB2
Text Example
Text Example
White with #556CB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #556CB2; }
p { color: rgb(85,108,178); }
H1.HeaderClassName
{
color: #556CB2;
}
.AnyTagClassName
{
color: #556CB2;
}
</style>
background-color css
<style>
a { background-color: #556CB2; }
a { background-color: rgb(85,108,178); }
div.DivClassName
{
background-color: #556CB2;
}
.BgClassName
{
background-color: #556CB2;
}
</style>
border-color css
<style>
span { border-color: #556CB2; }
span { border-color: rgb(85,108,178); }
td.TdClassName
{
border-color: #556CB2;
}
.TagClassName
{
border-color: #556CB2;
}
</style>