Shades of Chambray #555E7A
Tints of Chambray #555E7A
RGB
CMYK
RGB Variations
Color information
#555E7A (or 0x555E7A) is known color: Chambray. HEX triplet: 55, 5E and 7A. RGB value is (85,94,122). Sum of RGB (Red+Green+Blue) = 85+94+122=301 (39% of max value = 765). Red value is 85 (33.59% from 255 or 28.24% from 301); Green value is 94 (37.11% from 255 or 31.23% from 301); Blue value is 122 (48.05% from 255 or 40.53% from 301); Max value from RGB is 122 - color contains mainly: blue. Hex color #555E7A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #555E7A is #AAA185. Grayscale: #5E5E5E. Windows color (decimal): -11182470 or 8019541. OLE color: 8019541.
HSL color Cylindrical-coordinate representation of color #555E7A: hue angle of 225.41º degrees, saturation: 0.18, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #555E7A is Cyan = 0.30, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 85 | 94 | 122 | - |
| CMYK | 0.30 | 0.23 | 0 | 0.52 |
| HSL | 225.41º | 0.18% | 0.41% | - |
| HSV(B) | 225.41º | 0.3% | 0.48% | - |
| XYZ | 11.26 | 11.34 | 20.01 | - |
| YUV | 94.5 | 143.52 | 121.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 94 | 122 | 0.30 | 0.23 | 0 | 0.52 | 225.41 | 0.18 | 0.41 |
| Hex | 55 | 5E | 7A | 1E | 17 | 0 | 34 | E1 | 12 | 29 |
| Octal | 125 | 136 | 172 | 36 | 27 | 0 | 64 | 341 | 22 | 51 |
| Binary | 1010101 | 1011110 | 1111010 | 11110 | 10111 | 0 | 110100 | 11100001 | 10010 | 101001 |
Color Harmonies of #555E7A
Complementary color
Monochromatic Colors of #555E7A
Black with #555E7A
Text Example
Text Example
White with #555E7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #555E7A; }
p { color: rgb(85,94,122); }
H1.HeaderClassName
{
color: #555E7A;
}
.AnyTagClassName
{
color: #555E7A;
}
</style>
background-color css
<style>
a { background-color: #555E7A; }
a { background-color: rgb(85,94,122); }
div.DivClassName
{
background-color: #555E7A;
}
.BgClassName
{
background-color: #555E7A;
}
</style>
border-color css
<style>
span { border-color: #555E7A; }
span { border-color: rgb(85,94,122); }
td.TdClassName
{
border-color: #555E7A;
}
.TagClassName
{
border-color: #555E7A;
}
</style>