Shades of Chambray #555F73
Tints of Chambray #555F73
RGB
CMYK
RGB Variations
Color information
#555F73 (or 0x555F73) is known color: Chambray. HEX triplet: 55, 5F and 73. RGB value is (85,95,115). Sum of RGB (Red+Green+Blue) = 85+95+115=295 (39% of max value = 765). Red value is 85 (33.59% from 255 or 28.81% from 295); Green value is 95 (37.5% from 255 or 32.20% from 295); Blue value is 115 (45.31% from 255 or 38.98% from 295); Max value from RGB is 115 - color contains mainly: blue. Hex color #555F73 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #555F73 is #AAA08C. Grayscale: #5E5E5E. Windows color (decimal): -11182221 or 7561045. OLE color: 7561045.
HSL color Cylindrical-coordinate representation of color #555F73: hue angle of 220º degrees, saturation: 0.15, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #555F73 is Cyan = 0.26, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 85 | 95 | 115 | - |
| CMYK | 0.26 | 0.17 | 0 | 0.55 |
| HSL | 220º | 0.15% | 0.39% | - |
| HSV(B) | 220º | 0.26% | 0.45% | - |
| XYZ | 10.93 | 11.35 | 17.83 | - |
| YUV | 94.29 | 139.69 | 121.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 95 | 115 | 0.26 | 0.17 | 0 | 0.55 | 220 | 0.15 | 0.39 |
| Hex | 55 | 5F | 73 | 1A | 11 | 0 | 37 | DC | F | 27 |
| Octal | 125 | 137 | 163 | 32 | 21 | 0 | 67 | 334 | 17 | 47 |
| Binary | 1010101 | 1011111 | 1110011 | 11010 | 10001 | 0 | 110111 | 11011100 | 1111 | 100111 |
Color Harmonies of #555F73
Complementary color
Monochromatic Colors of #555F73
Black with #555F73
Text Example
Text Example
White with #555F73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #555F73; }
p { color: rgb(85,95,115); }
H1.HeaderClassName
{
color: #555F73;
}
.AnyTagClassName
{
color: #555F73;
}
</style>
background-color css
<style>
a { background-color: #555F73; }
a { background-color: rgb(85,95,115); }
div.DivClassName
{
background-color: #555F73;
}
.BgClassName
{
background-color: #555F73;
}
</style>
border-color css
<style>
span { border-color: #555F73; }
span { border-color: rgb(85,95,115); }
td.TdClassName
{
border-color: #555F73;
}
.TagClassName
{
border-color: #555F73;
}
</style>