Shades of Chambray #556277
Tints of Chambray #556277
RGB
CMYK
RGB Variations
Color information
#556277 (or 0x556277) is known color: Chambray. HEX triplet: 55, 62 and 77. RGB value is (85,98,119). Sum of RGB (Red+Green+Blue) = 85+98+119=302 (40% of max value = 765). Red value is 85 (33.59% from 255 or 28.15% from 302); Green value is 98 (38.67% from 255 or 32.45% from 302); Blue value is 119 (46.88% from 255 or 39.40% from 302); Max value from RGB is 119 - color contains mainly: blue. Hex color #556277 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #556277 is #AA9D88. Grayscale: #606060. Windows color (decimal): -11181449 or 7823957. OLE color: 7823957.
HSL color Cylindrical-coordinate representation of color #556277: hue angle of 217.06º degrees, saturation: 0.17, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #556277 is Cyan = 0.29, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 85 | 98 | 119 | - |
| CMYK | 0.29 | 0.18 | 0 | 0.53 |
| HSL | 217.06º | 0.17% | 0.4% | - |
| HSV(B) | 217.06º | 0.29% | 0.47% | - |
| XYZ | 11.44 | 12 | 19.17 | - |
| YUV | 96.51 | 140.69 | 119.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 98 | 119 | 0.29 | 0.18 | 0 | 0.53 | 217.06 | 0.17 | 0.4 |
| Hex | 55 | 62 | 77 | 1D | 12 | 0 | 35 | D9 | 11 | 28 |
| Octal | 125 | 142 | 167 | 35 | 22 | 0 | 65 | 331 | 21 | 50 |
| Binary | 1010101 | 1100010 | 1110111 | 11101 | 10010 | 0 | 110101 | 11011001 | 10001 | 101000 |
Color Harmonies of #556277
Complementary color
Monochromatic Colors of #556277
Black with #556277
Text Example
Text Example
White with #556277
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #556277; }
p { color: rgb(85,98,119); }
H1.HeaderClassName
{
color: #556277;
}
.AnyTagClassName
{
color: #556277;
}
</style>
background-color css
<style>
a { background-color: #556277; }
a { background-color: rgb(85,98,119); }
div.DivClassName
{
background-color: #556277;
}
.BgClassName
{
background-color: #556277;
}
</style>
border-color css
<style>
span { border-color: #556277; }
span { border-color: rgb(85,98,119); }
td.TdClassName
{
border-color: #556277;
}
.TagClassName
{
border-color: #556277;
}
</style>